Skip to content

Commit

Permalink
bump 0.3.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Jan 23, 2021
1 parent 0908260 commit 0a818c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.3-1
- downgrade dependency pyGitHub to 1.54 as its previous requirement couldn't be satisfied in 0.3.3 for Python 3.5
- last Python 3.5 release

0.3.3
- update dependencies
- use python 3.5 explicitly
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.3"
VERSION = "0.3.3-1"
CLIENT_IDENTIFIER_BASE = "{}_{}".format(PRODUCT_IDENTIFIER, VERSION)
initialized = False
timeout = 5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests==2.25.1
xmltodict==0.12.0
libsass==0.20.1
jinja2==2.11.2
pyGitHub==1.54.1
PyGithub==1.54
furl==2.1.0
ndg-httpsclient==0.5.1
certifi==2020.12.5
Expand Down

0 comments on commit 0a818c5

Please sign in to comment.