Skip to content

Commit

Permalink
jwcrypto==1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
M3te0r committed May 6, 2022
1 parent d09c479 commit 5bbed05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ikaaro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@


# The version
__version__ = "0.80.5"
__version__ = "0.80.6"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Beaker==1.11.0
gevent==21.12.0
junitxml==0.7
jwcrypto==1.0
jwcrypto==1.2
psutil==5.9.0
requests-toolbelt==0.9.1
2 changes: 1 addition & 1 deletion setup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = "http://www.hforge.org/ikaaro"
author_name = "J. David Ibáñez"
author_email = "[email protected]"
license = "GNU General Public License (GPL)"
version=0.80.5
version=0.80.6

# Longer description
description = "A Content Management System built on Python & itools"
Expand Down

0 comments on commit 5bbed05

Please sign in to comment.