Skip to content

Commit c2624de

Browse files
authored
bump version for 3.2 dev (#5431)
1 parent ba2c0e5 commit c2624de

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
.. _v3-2:
5+
6+
3.2 - `master`_
7+
~~~~~~~~~~~~~~~
8+
9+
.. note:: This version is not yet released and is under active development.
10+
411
.. _v3-1:
512

613
3.1 - 2020-08-26

src/cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
)
2323
__uri__ = "https://github.com/pyca/cryptography"
2424

25-
__version__ = "3.1"
25+
__version__ = "3.2.dev1"
2626

2727
__author__ = "The cryptography developers"
2828
__email__ = "[email protected]"

vectors/cryptography_vectors/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__uri__ = "https://github.com/pyca/cryptography"
2222

23-
__version__ = "3.1"
23+
__version__ = "3.2.dev1"
2424

2525
__author__ = "The cryptography developers"
2626
__email__ = "[email protected]"

0 commit comments

Comments
 (0)