We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d0c89 commit 7916495Copy full SHA for 7916495
core/pioreactor/version.py
@@ -5,7 +5,7 @@
5
# Append ".dev0" if a dev version
6
# Append "rc0" if a rc version
7
# No zero padding!
8
-__version__ = "26.1.15rc2"
+__version__ = "26.1.16rc0"
9
10
11
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str] | None:
0 commit comments