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