Skip to content

Commit

Permalink
public release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed Jun 25, 2024
1 parent bcce9a4 commit ecc321b
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
@@ -1,6 +1,6 @@
ChangeLog
=========
0.8.1dev0
0.8.1 (2024-06-25)
* Skip hidden sub-directories
* Sync files upon Transfer finish
* y2k38 fix on 32bit systems
Expand Down
4 changes: 2 additions & 2 deletions prusa/connect/printer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
)
from .util import RetryingSession, get_timestamp

__version__ = "0.8.1dev0"
__date__ = "22 May 2024" # version date
__version__ = "0.8.1"
__date__ = "25 Jun 2024" # version date
__copyright__ = "(c) 2024 Prusa 3D"
__author_name__ = "Prusa Link Developers"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit ecc321b

Please sign in to comment.