We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba5dca commit 07c6e4aCopy full SHA for 07c6e4a
2 files changed
CHANGELOG
@@ -1,3 +1,6 @@
1
+0.4.3-2
2
+- update dependency: cherrypy 18.8.0>18.6.1 (thanks @alcroito)
3
+
4
0.4.3-1
5
- fix cross-platform building (buildx)
6
- update dependency: cryptography 3.3.2-><3.5
kitana.py
@@ -63,7 +63,7 @@ def maintenance():
63
64
class Kitana(object):
65
PRODUCT_IDENTIFIER = "Kitana"
66
- VERSION = "0.4.3-1"
+ VERSION = "0.4.3-2"
67
CLIENT_IDENTIFIER_BASE = "{}_{}".format(PRODUCT_IDENTIFIER, VERSION)
68
initialized = False
69
timeout = 5
0 commit comments