bump for 35.0 release (#6333)

This commit is contained in:
Paul Kehrer 2021-09-30 09:05:02 +08:00 committed by GitHub
parent 82d3f2bdc5
commit c7fbef767a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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__)

View file

@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
__version__ = "35.0.0.dev1"
__version__ = "35.0.0"