Skip to content

Commit d7e539c

Browse files
authored
Bump for 22.1.0 release (#1148)
1 parent ad50a44 commit d7e539c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenSSL/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"__version__",
1818
]
1919

20-
__version__ = "22.1.0.dev"
20+
__version__ = "22.1.0"
2121

2222
__title__ = "pyOpenSSL"
2323
__uri__ = "https://pyopenssl.org/"
2424
__summary__ = "Python wrapper module around the OpenSSL library"
2525
__author__ = "The pyOpenSSL developers"
2626
__email__ = "[email protected]"
2727
__license__ = "Apache License, Version 2.0"
28-
__copyright__ = "Copyright 2001-2020 {0}".format(__author__)
28+
__copyright__ = "Copyright 2001-2022 {0}".format(__author__)

0 commit comments

Comments
 (0)