Skip to content

Commit b3430ad

Browse files
committed
chore(release): bump version to 0.8.2
1 parent 352caef commit b3430ad

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
ChangeLog
22
=========
3+
0.8.2 (2025-05-05)
4+
* Bump requests to 2.32.3
5+
* Set TLS config value fallabck to False
6+
* Python 3.11 and 3.12 check
7+
38
0.8.1 (2024-06-25)
49
* Skip hidden sub-directories
510
* Sync files upon Transfer finish

prusa/connect/printer/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
)
3636
from .util import RetryingSession, get_timestamp
3737

38-
__version__ = "0.8.1"
39-
__date__ = "25 Jun 2024" # version date
40-
__copyright__ = "(c) 2024 Prusa 3D"
38+
__version__ = "0.8.2"
39+
__date__ = "5 May 2025" # version date
40+
__copyright__ = "(c) 2025 Prusa 3D"
4141
__author_name__ = "Prusa Link Developers"
4242
__author_email__ = "link@prusa3d.cz"
4343
__author__ = f"{__author_name__} <{__author_email__}>"

0 commit comments

Comments
 (0)