Skip to content

Commit

Permalink
reopen master (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Nov 22, 2017
1 parent e61e202 commit 57051a5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,32 @@ Changelog
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.

17.5.0 (UNRELEASED)
-------------------


Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*none*


Deprecations:
^^^^^^^^^^^^^

*none*


Changes:
^^^^^^^^


*none*

----



17.4.0 (2017-11-21)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/OpenSSL/version.py
Expand Up @@ -11,7 +11,7 @@
"__title__", "__uri__", "__version__",
]

__version__ = "17.4.0"
__version__ = "17.5.0.dev0"

__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
Expand Down

0 comments on commit 57051a5

Please sign in to comment.