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 d7e539c commit 57061caCopy full SHA for 57061ca
CHANGELOG.rst
@@ -4,6 +4,19 @@ Changelog
4
Versions are year-based with a strict backward-compatibility policy.
5
The third digit is only for regressions.
6
7
+22.2.0 (UNRELEASED)
8
+-------------------
9
+
10
+Backward-incompatible changes:
11
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13
+Deprecations:
14
+^^^^^^^^^^^^^
15
16
+Changes:
17
+^^^^^^^^
18
19
20
22.1.0 (UNRELEASED)
21
-------------------
22
src/OpenSSL/version.py
@@ -17,7 +17,7 @@
"__version__",
]
-__version__ = "22.1.0"
+__version__ = "22.2.0.dev"
__title__ = "pyOpenSSL"
23
__uri__ = "https://pyopenssl.org/"
0 commit comments