commit | 8102128e6ad83dcbb3567dd372cdd39c9a8fab44 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Thu Jul 20 10:32:37 2017 +0200 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Jul 20 10:32:37 2017 +0200 |
tree | 94405dc7a7d596a559ee8be045ea2a11f7fda851 | |
parent | ad44ccd817dbd6aa0949c19381ac56841919afc7 [diff] [blame] |
Bend some recent changes to standards (#669)
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py index 399c574..3f56798 100644 --- a/src/OpenSSL/version.py +++ b/src/OpenSSL/version.py
@@ -14,7 +14,7 @@ __version__ = "17.2.0.dev0.0" __title__ = "pyOpenSSL" -__uri__ = "https://pyopenssl.readthedocs.io/" +__uri__ = "https://pyopenssl.org/" __summary__ = "Python wrapper module around the OpenSSL library" __author__ = "The pyOpenSSL developers" __email__ = "cryptography-dev@python.org"