summaryrefslogtreecommitdiff
path: root/src/OpenSSL/version.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-01-01 23:28:49 -0500
committerGitHub <noreply@github.com>2023-01-02 11:28:49 +0700
commitf7e6a4d490359ea8f03ad05c6f8c9eb6462dbbe8 (patch)
tree0e0e0bfa1401b1a7ae92647971c0123e0e7edf94 /src/OpenSSL/version.py
parent30529952a2ce5c9621a69e46cd3863f6e2aab05c (diff)
downloadpyopenssl-f7e6a4d490359ea8f03ad05c6f8c9eb6462dbbe8.tar.gz
23.0.0 version bump (#1175)23.0.0
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 7839fef..61ec17b 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -17,7 +17,7 @@ __all__ = [
"__version__",
]
-__version__ = "22.2.0.dev"
+__version__ = "23.0.0"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
@@ -25,4 +25,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-2022 {0}".format(__author__)
+__copyright__ = "Copyright 2001-2023 {0}".format(__author__)