diff --git a/.github/instructions/*.instructions.md b/.github/instructions/*.instructions.md new file mode 100644 index 0000000..74dcfb1 --- /dev/null +++ b/.github/instructions/*.instructions.md @@ -0,0 +1 @@ +Please make sure you run pixi run lint before committing attempting to commit anything. diff --git a/Dockerfile b/Dockerfile index 924fabd..6252b06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ## Use latest slim Python image. Note that it's built on Debian Stretch. # `python-base` sets up all our shared environment variables -FROM python:3.8.1-slim as python-base +FROM python:3.14.2-slim as python-base ARG GRIDAPPSD_PYTHON_VERSION diff --git a/gridappsd-field-bus-lib/pyproject.toml b/gridappsd-field-bus-lib/pyproject.toml index f78ca69..0b6dd67 100644 --- a/gridappsd-field-bus-lib/pyproject.toml +++ b/gridappsd-field-bus-lib/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gridappsd-field-bus" -version = "2025.3.2a13" +version = "2025.6.0" description = "GridAPPS-D Field Bus Implementation" authors = [ "C. Allwardt <3979063+craig8@users.noreply.github.com>", diff --git a/gridappsd-python-lib/pyproject.toml b/gridappsd-python-lib/pyproject.toml index f7e50b4..a627dd9 100644 --- a/gridappsd-python-lib/pyproject.toml +++ b/gridappsd-python-lib/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gridappsd-python" -version = "2025.3.2a13" +version = "2025.6.0" description = "A GridAPPS-D Python Adapter" authors = [ "C. Allwardt <3979063+craig8@users.noreply.github.com>", diff --git a/pyproject.toml b/pyproject.toml index df39668..42fcc17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gridappsd-python-workspace" -version = "2025.3.2a13" +version = "2025.6.0" description = "A GridAPPS-D Python Adapter" authors = [ "C. Allwardt <3979063+craig8@users.noreply.github.com>", @@ -26,4 +26,4 @@ requires = ["poetry-core>=2.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.requires-plugins] -poetry-plugin-export = ">=1.8" \ No newline at end of file +poetry-plugin-export = ">=1.8"