diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-11-21 16:20:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-22 05:20:07 +0800 |
| commit | 5d21990c32d0f93df4e54ef4ee7ff3a2dae3c3da (patch) | |
| tree | d80c5f0de516b81e65f7fb491f307a0cf0c911db /src | |
| parent | d09e1eda2bd4f489c5fc7078b58cabb0aa3a7aed (diff) | |
| download | cryptography-5d21990c32d0f93df4e54ef4ee7ff3a2dae3c3da.tar.gz | |
Bump for 36.0.0 release (#6643)36.0.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index d1f9d6744..c02b0466e 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -9,7 +9,7 @@ __all__ = [ "__copyright__", ] -__version__ = "36.0.0.dev1" +__version__ = "36.0.0" __author__ = "The Python Cryptographic Authority and individual contributors" __copyright__ = "Copyright 2013-2021 {}".format(__author__) |
