diff options
| -rw-r--r-- | CHANGELOG.rst | 10 | ||||
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5fb6c47b1..9afcbcefc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +.. _v3-4-2: + +3.4.2 - 2021-02-08 +~~~~~~~~~~~~~~~~~~ + +* Improvements to make the rust transition a bit easier. This includes some + better error messages and small dependency fixes. If you experience + installation problems **Be sure to update pip** first, then check the + :doc:`FAQ </faq>`. + .. _v3-4-1: 3.4.1 - 2021-02-07 diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 339a9349f..ec0a7bcfa 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -21,7 +21,7 @@ __summary__ = ( ) __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.4.1" +__version__ = "3.4.2" __author__ = "The Python Cryptographic Authority and individual contributors" __email__ = "cryptography-dev@python.org" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 82e697fd6..cc2e1b35f 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -18,7 +18,7 @@ __summary__ = "Test vectors for the cryptography package." __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.4.1" +__version__ = "3.4.2" __author__ = "The Python Cryptographic Authority and individual contributors" __email__ = "cryptography-dev@python.org" |
