Skip to content

Commit

Permalink
release 0.3.1-5
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Mar 15, 2020
1 parent 32a9e05 commit 5db3411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.1-5
- fix restart icon/glyph to better represent what it does (#32)
- fix inexistant httpsRequired (#33)

0.3.1-3
- fix proxy base handling (#28)

Expand Down
2 changes: 1 addition & 1 deletion kitana.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def maintenance():

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

0 comments on commit 5db3411

Please sign in to comment.