Skip to content

Commit

Permalink
Bump for 36.0.0 release (#6643)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 21, 2021
1 parent d09e1ed commit 5d21990
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.rst
Expand Up @@ -3,11 +3,8 @@ Changelog

.. _v36-0-0:

36.0.0 - `main`_
~~~~~~~~~~~~~~~~

.. note:: This version is not yet released and is under active development.

36.0.0 - 2021-11-21
~~~~~~~~~~~~~~~~~~~

* **FINAL DEPRECATION** Support for ``verifier`` and ``signer`` on our
asymmetric key classes was deprecated in version 2.1. These functions had an
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Expand Up @@ -9,7 +9,7 @@
"__copyright__",
]

__version__ = "36.0.0.dev1"
__version__ = "36.0.0"

__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2021 {}".format(__author__)
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Expand Up @@ -6,4 +6,4 @@
"__version__",
]

__version__ = "36.0.0.dev1"
__version__ = "36.0.0"

0 comments on commit 5d21990

Please sign in to comment.