summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-03-16 05:36:12 +0800
committerGitHub <noreply@github.com>2022-03-15 17:36:12 -0400
commitdf06889f348d7c3b7e9c35e4e5a1b1480f0b2c5a (patch)
tree403304ea55c98fb79e802507c56b4705f6b5f30c /src
parent1a2e791baaf9eae62fb9b1f186d50c01b678f485 (diff)
downloadcryptography-36.0.2.tar.gz
version bump and changelog (#6964)36.0.236.0.x
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 8848a1963..8adcef29e 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
-__version__ = "36.0.1"
+__version__ = "36.0.2"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2021 {}".format(__author__)