summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL/py3/OpenSSL/version.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-06-24 11:55:58 +0300
committerrobot-piglet <[email protected]>2026-06-24 13:12:27 +0300
commitdc5c0cff8f314f3c74113e51c0f017bb46a86a2e (patch)
treef408cd1fc8fd9643bda581f3db03057be4449c1d /contrib/python/pyOpenSSL/py3/OpenSSL/version.py
parent09b0ff3c2c0f5f63d102245de3f26e4abc5bf4e7 (diff)
Intermediate changes
commit_hash:e5b3dd3a49570eea4eb9ee5d3d563cf1917d3188
Diffstat (limited to 'contrib/python/pyOpenSSL/py3/OpenSSL/version.py')
-rw-r--r--contrib/python/pyOpenSSL/py3/OpenSSL/version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/pyOpenSSL/py3/OpenSSL/version.py b/contrib/python/pyOpenSSL/py3/OpenSSL/version.py
index c6fcecb0774..61ec17b2d8f 100644
--- a/contrib/python/pyOpenSSL/py3/OpenSSL/version.py
+++ b/contrib/python/pyOpenSSL/py3/OpenSSL/version.py
@@ -17,7 +17,7 @@ __all__ = [
"__version__",
]
-__version__ = "21.0.0"
+__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__ = "[email protected]"
__license__ = "Apache License, Version 2.0"
-__copyright__ = "Copyright 2001-2020 {0}".format(__author__)
+__copyright__ = "Copyright 2001-2023 {0}".format(__author__)