summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-06-30 18:28:08 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-30 11:28:08 -0500
commita421276a6887bc905f4c3ae964844d418216c946 (patch)
tree20d175cddb16fc5139796b6b61e079aac35b5ed3
parenta46d2347abbc0c3815f28fe0f48a1485479b0e66 (diff)
downloadpyopenssl-a421276a6887bc905f4c3ae964844d418216c946.tar.gz
Start new release cycle (#654)
-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 dc3d7a7..ab1072d 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.2.0 (UNRELEASED)
+-------------------
+
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+*none*
+
+
+Deprecations:
+^^^^^^^^^^^^^
+
+*none*
+
+
+Changes:
+^^^^^^^^
+
+*none*
+
+
+----
+
+
17.1.0 (2017-06-30)
-------------------
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index 634f85a..399c574 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -11,7 +11,7 @@ __all__ = [
"__title__", "__uri__", "__version__",
]
-__version__ = "17.1.0"
+__version__ = "17.2.0.dev0.0"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.readthedocs.io/"