summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-04-20 14:54:05 +0200
committerGitHub <noreply@github.com>2017-04-20 14:54:05 +0200
commit7706e1484fe6eab0ae35c103e5b89b7e16fca9a5 (patch)
tree309a047c19d43418fb6911e3f62e102a40ed3cc9
parent7970508cb9753e864386ebc2fbdd1a9c657cce4f (diff)
downloadpyopenssl-7706e1484fe6eab0ae35c103e5b89b7e16fca9a5.tar.gz
Start new release cycle (#618)
-rw-r--r--CHANGELOG.rst25
-rw-r--r--src/OpenSSL/version.py2
2 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 414dac3..1c7a69d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,31 @@ Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
+17.1.0 (UNRELEASED)
+-------------------
+
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+*none*
+
+
+Deprecations:
+^^^^^^^^^^^^^
+
+*none*
+
+
+Changes:
+^^^^^^^^
+
+*none*
+
+
+----
+
+
17.0.0 (2017-04-20)
-------------------
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index fda7b6f..9a30acd 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -11,7 +11,7 @@ __all__ = [
"__title__", "__uri__", "__version__",
]
-__version__ = "17.0.0"
+__version__ = "17.1.0.dev0"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.readthedocs.io/"