diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f14e54..1d93edc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '1.1' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.1' +release = '1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 926138a..734cbe7 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'jwcrypto', - version = '1.1', + version = '1.2', license = 'LGPLv3+', maintainer = 'JWCrypto Project Contributors', maintainer_email = 'simo@redhat.com',