Skip to content

Commit 7b70b7e

Browse files
bump version
1 parent 005b15f commit 7b70b7e

File tree

3 files changed

+2
-2
lines changed

3 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.11.12
22

33
#### Highlights
44

core/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.11.10rc0"
10+
__version__ = "25.11.12"
1111

1212

1313
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str] | None:
File renamed without changes.

0 commit comments

Comments
 (0)