We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a9072 commit 4a9336bCopy full SHA for 4a9336b
3 files changed
openbadges/version.py
@@ -1 +1 @@
1
-VERSION = (1, 1, 2)
+VERSION = (1, 1, 3)
requirements.txt
@@ -4,7 +4,7 @@ future==0.16.0
4
jsonschema==2.6.0
5
language-tags==0.4.3
6
openbadges_bakery==1.1.0
7
-pycryptodome==3.6.6
+pycryptodome>=3.6.6
8
pydux==0.2.2
9
PyLD==0.7.1
10
python-jose==3.0.1
setup.py
@@ -56,7 +56,7 @@
56
'jsonschema==2.6.0',
57
'language-tags==0.4.3',
58
'openbadges-bakery>=1.1.0',
59
- 'pycryptodome==3.6.6',
+ 'pycryptodome>=3.6.6',
60
'pydux==0.2.2',
61
'PyLD==0.7.1',
62
'python-jose==3.0.1',
0 commit comments