summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-09-30 09:05:02 +0800
committerGitHub <noreply@github.com>2021-09-29 21:05:02 -0400
commitc7fbef767a94ee1569ae0630006fdb144d6a4e8d (patch)
tree5cce4086cb7d56e0b88d629842ccba538e4da5f9 /src
parent82d3f2bdc5500826bfb6a75958ff286af29b8331 (diff)
downloadcryptography-c7fbef767a94ee1569ae0630006fdb144d6a4e8d.tar.gz
bump for 35.0 release (#6333)35.0.0
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 7dd303051..4d9cbfc81 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
-__version__ = "35.0.0.dev1"
+__version__ = "35.0.0"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2021 {}".format(__author__)