Skip to content

Commit 0ac241f

Browse files
bump version
1 parent ff12cec commit 0ac241f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Upcoming
1+
### 25.5.22
22

33
#### Enhancements
44
- new _System logs_ under _Inventory_ to track logs happening outside of experiments in your cluster.

pioreactor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Append ".dev0" if a dev version
88
# Append "rc0" if a rc version
99
# No zero padding!
10-
__version__ = "25.5.1.dev0"
10+
__version__ = "25.5.22"
1111

1212

1313
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:

0 commit comments

Comments
 (0)