Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
5aa7199
Updated deploy-dev-release
craigpnnl Aug 30, 2024
8fb6a83
Merge pull request #156 from craig8/update-release-to-main
poorva1209 Aug 30, 2024
4434abc
Merge branch 'develop'
craigpnnl Feb 18, 2025
f146897
Update release
craigpnnl Feb 18, 2025
0355e6c
Bump version to 2025.2.1a2
Feb 18, 2025
a1f996a
resolving bugs
poorva1209 Feb 25, 2025
908d3e2
Update pyproject.toml
poorva1209 Feb 26, 2025
58f39e6
Bump version to 2025.2.1a3
Feb 26, 2025
5539893
Create Factory for loading FieldMessageBus dynamically
Feb 26, 2025
2cc6d09
Bump version to 2025.2.1a4
Feb 26, 2025
bd65514
Update to use env for tag.
craigpnnl Feb 26, 2025
08123e7
Bump version to 2025.2.1a5
Feb 26, 2025
8b64b69
Update pyproject.toml
poorva1209 Mar 11, 2025
e96176f
Bump version to 2025.2.1a6
Mar 11, 2025
98e24b3
Bump version number for next releases.
craigpnnl Mar 12, 2025
19cb322
Bump version to 2025.3.1a1
Mar 12, 2025
b6709f6
Bump version number for next releases.
craigpnnl Mar 12, 2025
d121cc0
Bump version to 2025.3.1a2
Mar 12, 2025
a4490ca
Update pyproject.toml
poorva1209 Mar 12, 2025
990b2b5
Update pyproject.toml
poorva1209 Mar 12, 2025
daf4c19
Bump version to 2025.3.1a3
Mar 12, 2025
a68a36d
create should be static method for creating the definition.
craigpnnl Mar 13, 2025
caca569
Bump version to 2025.3.1a4
Mar 13, 2025
22aa2ac
No longer an instance is required to call create method
craigpnnl Mar 13, 2025
8038aed
Bump version to 2025.3.1a5
Mar 13, 2025
193c5e9
Connect to the busses when the init finishes.
craigpnnl Mar 17, 2025
43ff0da
Bump version to 2025.3.1a6
Mar 17, 2025
ab575e6
Bump to version 2025.3.1
craigpnnl Mar 18, 2025
3dc09d1
Merge branch 'releases/2025.3.1'
craigpnnl Mar 18, 2025
3a13360
Merge branch 'main' into releases/2025.06.0
poorva1209 Jul 17, 2025
c46c331
Release of version 2025.06.0 (#187)
tonya1 Sep 30, 2025
b571162
Add linting instructions to commit guidelines
craigpnnl Dec 11, 2025
739fb54
Change stomp-py dependency to exact version 6.0.0 (#204)
craigpnnl Feb 18, 2026
6f53c7c
Apply ruff formatting to Python source and test files (#205)
craigpnnl Feb 18, 2026
8f330bb
Merge main into releases/2026.02.0, keep hatchling pyproject.toml
craigpnnl Feb 18, 2026
5710633
Release of version 2026.02.0 (#203)
craigpnnl Feb 18, 2026
c1c5acc
docs: add security policy pointing to private vulnerability reporting
craigpnnl Jul 18, 2026
514e917
docs: add security policy (#213)
craigpnnl Jul 18, 2026
7459904
security: remove dead pip-freeze snapshot carrying 11 Dependabot CVE …
craigpnnl Jul 18, 2026
f004db5
security: remove dead pip-freeze snapshot carrying 11 Dependabot CVE …
craigpnnl Jul 18, 2026
4f22d01
Merge develop into main for release 2026.7.3
craigpnnl Jul 18, 2026
5653d6c
Release version 2026.7.3
craigpnnl Jul 18, 2026
c9a5ba5
Merge remote-tracking branch 'origin/main' into chore/resync-main-to-…
craigpnnl Jul 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/instructions/*.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please make sure you run pixi run lint before committing attempting to commit anything.
2 changes: 1 addition & 1 deletion gridappsd-field-bus-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "gridappsd-field-bus"
version = "2026.7.2"
version = "2026.7.3"
description = "GridAPPS-D Field Bus Implementation"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion gridappsd-python-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "gridappsd-python"
version = "2026.7.2"
version = "2026.7.3"
description = "A GridAPPS-D Python Adapter"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
name = "gridappsd-python-workspace"
version = "2026.7.2"
version = "2026.7.3"
description = "A GridAPPS-D Python Adapter"
authors = [
"C. Allwardt <3979063+craig8@users.noreply.github.com>",
Expand Down
Loading