Skip to content

Commit

Permalink
Bump version to alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TojikCZ committed Dec 19, 2023
1 parent e7936e4 commit 648fd9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
0.8.0alpha3
* Improve message shown when preparing a power panic recovery
* Fix print stats not ignoring the skipped part of gcode after PP
* Ensure power panic info is written to persistant storage
* Ensure power panic info is written to persistent storage

0.8.0alpha2
* Fix active tool not re-setting to None when told to
Expand Down
4 changes: 2 additions & 2 deletions prusa/link/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
__application__ = "PrusaLink"
__vendor__ = "Prusa Research"

__version__ = "0.8.0alpha2"
__date__ = "11 Dec 2023"
__version__ = "0.8.0alpha3"
__date__ = "19 Dec 2023"
__copyright__ = "(c) 2023 Prusa 3D"
__author_name__ = "PrusaLink Developers"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit 648fd9a

Please sign in to comment.