Skip to content

Commit

Permalink
0.4.3-2
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Apr 7, 2023
1 parent 4ba5dca commit 07c6e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.4.3-2
- update dependency: cherrypy 18.8.0>18.6.1 (thanks @alcroito)

0.4.3-1
- fix cross-platform building (buildx)
- update dependency: cryptography 3.3.2-><3.5
Expand Down
2 changes: 1 addition & 1 deletion kitana.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def maintenance():

class Kitana(object):
PRODUCT_IDENTIFIER = "Kitana"
VERSION = "0.4.3-1"
VERSION = "0.4.3-2"
CLIENT_IDENTIFIER_BASE = "{}_{}".format(PRODUCT_IDENTIFIER, VERSION)
initialized = False
timeout = 5
Expand Down

0 comments on commit 07c6e4a

Please sign in to comment.