summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-18 13:10:12 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-11-18 00:10:12 -0500
commitdaf6f0060959c896fd724da5ade401ec70a8d1e5 (patch)
tree1c9f11f50f9426181ae56c8371a26bbb64ac13d4
parentda402f4a545256c5dfe78448c75dcf47fcd0b4d3 (diff)
downloadpyopenssl-git-daf6f0060959c896fd724da5ade401ec70a8d1e5.tar.gz
reopen master, call it 20.0 because let's be honest with ourselves (#878)
-rw-r--r--CHANGELOG.rst21
-rw-r--r--src/OpenSSL/version.py2
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab021fa..5c59f38 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,27 @@ Changelog
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
+20.0.0 (UNRELEASED)
+-------------------
+
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+*none*
+
+Deprecations:
+^^^^^^^^^^^^^
+
+*none*
+
+
+Changes:
+^^^^^^^^
+
+*none*
+
+
19.1.0 (2019-11-18)
-------------------
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index 1e9696b..339b9ae 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -11,7 +11,7 @@ __all__ = [
"__title__", "__uri__", "__version__",
]
-__version__ = "19.1.0"
+__version__ = "20.0.0.dev"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"