Skip to content

Commit 819095f

Browse files
authored
bump for 22.0.0 release (#1079)
1 parent 41ceefb commit 819095f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Versions are year-based with a strict backward-compatibility policy.
55
The third digit is only for regressions.
66

7-
21.1.0 (UNRELEASED)
7+
22.0.0 (2022-01-29)
88
-------------------
99

1010
Backward-incompatible changes:

src/OpenSSL/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"__version__",
1818
]
1919

20-
__version__ = "21.1.0.dev"
20+
__version__ = "22.0.0"
2121

2222
__title__ = "pyOpenSSL"
2323
__uri__ = "https://pyopenssl.org/"

0 commit comments

Comments
 (0)