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 ad50a44 commit d7e539cCopy full SHA for d7e539c
src/OpenSSL/version.py
@@ -17,12 +17,12 @@
17
"__version__",
18
]
19
20
-__version__ = "22.1.0.dev"
+__version__ = "22.1.0"
21
22
__title__ = "pyOpenSSL"
23
__uri__ = "https://pyopenssl.org/"
24
__summary__ = "Python wrapper module around the OpenSSL library"
25
__author__ = "The pyOpenSSL developers"
26
__email__ = "[email protected]"
27
__license__ = "Apache License, Version 2.0"
28
-__copyright__ = "Copyright 2001-2020 {0}".format(__author__)
+__copyright__ = "Copyright 2001-2022 {0}".format(__author__)
0 commit comments