Skip to content

Commit

Permalink
reopen main for 39 dev (#7568)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Sep 7, 2022
1 parent 52d6f1a commit 33c7553
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

.. _v39-0-0:

39.0.0 - `main`_
~~~~~~~~~~~~~~~~

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


.. _v38-0-0:

38.0.0 - 2022-09-06
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__ = "38.0.0"
__version__ = "39.0.0.dev1"

__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2022 {}".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__ = "38.0.0"
__version__ = "39.0.0.dev1"

0 comments on commit 33c7553

Please sign in to comment.