We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b427c commit d3f6226Copy full SHA for d3f6226
docs/source/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '1.1'
+version = '1.2'
61
# The full version, including alpha/beta/rc tags.
62
-release = '1.1'
+release = '1.2'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name = 'jwcrypto',
9
- version = '1.1',
+ version = '1.2',
10
license = 'LGPLv3+',
11
maintainer = 'JWCrypto Project Contributors',
12
maintainer_email = '[email protected]',
0 commit comments