2.9.2 bump and changelog (#5219)

This commit is contained in:
Paul Kehrer 2020-04-22 17:26:19 -05:00 committed by GitHub
parent 6199f620ed
commit 9263178a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,14 @@
Changelog
=========
.. _v2-9-2:
2.9.2 - 2020-04-22
~~~~~~~~~~~~~~~~~~
* Updated the macOS wheel to fix an issue where it would not run on macOS
versions older than 10.15.
.. _v2-9-1:
2.9.1 - 2020-04-21

View file

@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "2.9.1"
__version__ = "2.9.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"

View file

@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "2.9.1"
__version__ = "2.9.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"