diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-02-08 22:22:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 23:22:02 -0500 |
| commit | 86c9e4a763579d6b2369db83064c0c4b8e9c1c77 (patch) | |
| tree | d365ea235e1c5e073edc3454ee1f6b572a91254a | |
| parent | 0f40cb3acb66014d2872010ae3ba00dd16157d01 (diff) | |
| download | cryptography-3.4.3.tar.gz | |
version bump, changelog already done (#5791)3.4.3
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index ec0a7bcfa..a885bd2a6 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.2" +__version__ = "3.4.3" __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 cc2e1b35f..a03447d19 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.2" +__version__ = "3.4.3" __author__ = "The Python Cryptographic Authority and individual contributors" __email__ = "cryptography-dev@python.org" |
