Skip to content

Commit 07c6e4a

Browse files
committed
0.4.3-2
1 parent 4ba5dca commit 07c6e4a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.4.3-2
2+
- update dependency: cherrypy 18.8.0>18.6.1 (thanks @alcroito)
3+
14
0.4.3-1
25
- fix cross-platform building (buildx)
36
- update dependency: cryptography 3.3.2-><3.5

kitana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def maintenance():
6363

6464
class Kitana(object):
6565
PRODUCT_IDENTIFIER = "Kitana"
66-
VERSION = "0.4.3-1"
66+
VERSION = "0.4.3-2"
6767
CLIENT_IDENTIFIER_BASE = "{}_{}".format(PRODUCT_IDENTIFIER, VERSION)
6868
initialized = False
6969
timeout = 5

0 commit comments

Comments
 (0)