summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-01-01 23:44:51 -0500
committerGitHub <noreply@github.com>2023-01-02 11:44:51 +0700
commit7a02afcbe3cf2a5131964970d958789b287187de (patch)
tree21a697047905bf9db7b9ca78cff7581a57790c5d
parentf7e6a4d490359ea8f03ad05c6f8c9eb6462dbbe8 (diff)
downloadpyopenssl-7a02afcbe3cf2a5131964970d958789b287187de.tar.gz
Reopen main (#1176)
-rw-r--r--CHANGELOG.rst12
-rw-r--r--src/OpenSSL/version.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bfee33d..67a6ae3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,18 @@ Changelog
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
+23.1.0 (UNRELEASED)
+-------------------
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Deprecations:
+^^^^^^^^^^^^^
+
+Changes:
+^^^^^^^^
+
23.0.0 (2023-01-01)
-------------------
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index 61ec17b..27cd1fb 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -17,7 +17,7 @@ __all__ = [
"__version__",
]
-__version__ = "23.0.0"
+__version__ = "23.1.0.dev"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"