diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-02-08 10:10:07 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 11:10:07 -0500 |
| commit | 74a3df42c43d341014a4a6f111804f304a446902 (patch) | |
| tree | 1305cf208e7bf8b7d4f54581fd1b02582fed03c2 | |
| parent | 4a66e2bdde25535d236338d8af84595c78562673 (diff) | |
| download | cryptography-3.4.2.tar.gz | |
3.4.2 changelog and version bump (#5784)3.4.2
* 3.4.2 changelog and version bump
* Update CHANGELOG.rst
| -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" |
