We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492156e commit 57cbeefCopy full SHA for 57cbeef
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.15rc1"
+__version__ = "26.1.15rc2"
9
10
11
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str] | None:
0 commit comments