summaryrefslogtreecommitdiff
path: root/vectors
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-02-09 12:29:25 -0500
committerGitHub <noreply@github.com>2021-02-09 11:29:25 -0600
commit4a3018e6ae3e04a250be9fd1c1a1ad115727f517 (patch)
tree04ebbc7f7d13b582bb2dbbb5fe3f5b7e20e59123 /vectors
parent86c9e4a763579d6b2369db83064c0c4b8e9c1c77 (diff)
downloadcryptography-3.4.4.tar.gz
3.4.4 - backports, changelog, and version bumps (#5803)3.4.4
* fixed a circular import error (due to type hints) (#5800) fixes #5794 closes #5795 * Added a py.typed so mypy prefers us to typeshed (#5802) closes #5796 * 3.4.4 changelog + version bump * Update CHANGELOG.rst Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com> Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
Diffstat (limited to 'vectors')
-rw-r--r--vectors/cryptography_vectors/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index a03447d19..e726f336b 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.3"
+__version__ = "3.4.4"
__author__ = "The Python Cryptographic Authority and individual contributors"
__email__ = "cryptography-dev@python.org"