mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
bump for 35.0 release (#6333)
This commit is contained in:
parent
82d3f2bdc5
commit
c7fbef767a
3 changed files with 4 additions and 6 deletions
|
|
@ -3,10 +3,8 @@ Changelog
|
|||
|
||||
.. _v35-0-0:
|
||||
|
||||
35.0.0 - `main`_
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
.. note:: This version is not yet released and is under active development.
|
||||
35.0.0 - 2021-09-29
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Changed the :ref:`version scheme <api-stability:versioning>`. This will
|
||||
result in us incrementing the major version more frequently, but does not
|
||||
|
|
|
|||
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ __all__ = [
|
|||
"__version__",
|
||||
]
|
||||
|
||||
__version__ = "35.0.0.dev1"
|
||||
__version__ = "35.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue