We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352caef commit b3430adCopy full SHA for b3430ad
ChangeLog
@@ -1,5 +1,10 @@
1
ChangeLog
2
=========
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
+
8
0.8.1 (2024-06-25)
9
* Skip hidden sub-directories
10
* Sync files upon Transfer finish
prusa/connect/printer/__init__.py
@@ -35,9 +35,9 @@
35
)
36
from .util import RetryingSession, get_timestamp
37
38
-__version__ = "0.8.1"
39
-__date__ = "25 Jun 2024" # version date
40
-__copyright__ = "(c) 2024 Prusa 3D"
+__version__ = "0.8.2"
+__date__ = "5 May 2025" # version date
+__copyright__ = "(c) 2025 Prusa 3D"
41
__author_name__ = "Prusa Link Developers"
42
__author_email__ = "link@prusa3d.cz"
43
__author__ = f"{__author_name__} <{__author_email__}>"
0 commit comments