summaryrefslogtreecommitdiff
path: root/src/OpenSSL/version.py
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-04-20 12:34:58 +0200
committerGitHub <noreply@github.com>2017-04-20 12:34:58 +0200
commitf6c96af9b8ae4634ebdfebf7972379297c5e5604 (patch)
tree22b95c426bd52e9b8890b616803a555f45912fc0 /src/OpenSSL/version.py
parentfb078d83fc2d34f553be4868b3fc04e998dc84e1 (diff)
downloadpyopenssl-f6c96af9b8ae4634ebdfebf7972379297c5e5604.tar.gz
Prepare for 17.0.0 (#615)
* Prepare for 17.0.0 Fix a bunch URLs and account for the non-existance of 16.3. * Fix codecov link
Diffstat (limited to 'src/OpenSSL/version.py')
-rw-r--r--src/OpenSSL/version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index 388cf08..0a61385 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -11,7 +11,7 @@ __all__ = [
"__title__", "__uri__", "__version__",
]
-__version__ = "16.3.0.dev0"
+__version__ = "17.0.0.dev0"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.readthedocs.io/"
@@ -19,4 +19,4 @@ __summary__ = "Python wrapper module around the OpenSSL library"
__author__ = "The pyOpenSSL developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
-__copyright__ = "Copyright 2001-2016 {0}".format(__author__)
+__copyright__ = "Copyright 2001-2017 {0}".format(__author__)