Skip to content

Commit

Permalink
hot fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 11, 2024
1 parent c8b5794 commit 8dd1903
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 24.12.10
- Hotfix for UI settings bug


### 24.12.5

#### Highlights
Expand Down
2 changes: 1 addition & 1 deletion pioreactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Append "dev0" if a dev version
# Append "rc0" if a rc version
# No zero padding!
__version__ = "24.12.5"
__version__ = "24.12.10"


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

0 comments on commit 8dd1903

Please sign in to comment.