Skip to content

Commit

Permalink
16.1.0 changelog + version bump (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and hynek committed Aug 26, 2016
1 parent a585786 commit d0513ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.


16.1.0 (UNRELEASED)
16.1.0 (2016-08-26)
-------------------

Backward-incompatible changes:
Expand All @@ -29,6 +29,7 @@ Changes:
`#483 <https://github.com/pyca/pyopenssl/pull/483>`_
- ``OpenSSL.crypto.PKey`` can now be constructed from ``cryptography`` objects and also exported as such.
`#439 <https://github.com/pyca/pyopenssl/pull/439>`_
- Support newer versions of ``cryptography`` which use opaque structs for OpenSSL 1.1.0 compatibility.


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

__version__ = "16.1.0.dev0"
__version__ = "16.1.0"

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

0 comments on commit d0513ab

Please sign in to comment.