Skip to content

Commit

Permalink
bump for 35.0 release (#6333)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Sep 30, 2021
1 parent 82d3f2b commit c7fbef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"__copyright__",
]

__version__ = "35.0.0.dev1"
__version__ = "35.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
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"__version__",
]

__version__ = "35.0.0.dev1"
__version__ = "35.0.0"

2 comments on commit c7fbef7

@Reston
Copy link

@Reston Reston commented on c7fbef7 Sep 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why go from 3.4.8 to 35.0.0?

@reaperhulk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.