Skip to content

Commit 2130f89

Browse files
alexreaperhulk
authored andcommitted
Reopen master for 2.7 (#4788)
1 parent e457053 commit 2130f89

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

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

4+
2.7 - `master`_
5+
~~~~~~~~~~~~~~~
6+
7+
.. note:: This version is not yet released and is under active development.
8+
49
.. _v2-6-1:
510

611
2.6.1 - 2019-02-27

src/cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
" and primitives to Python developers.")
1515
__uri__ = "https://github.com/pyca/cryptography"
1616

17-
__version__ = "2.6.1"
17+
__version__ = "2.7.dev1"
1818

1919
__author__ = "The cryptography developers"
2020
__email__ = "[email protected]"

vectors/cryptography_vectors/__about__.py

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

1515
__uri__ = "https://github.com/pyca/cryptography"
1616

17-
__version__ = "2.6.1"
17+
__version__ = "2.7.dev1"
1818

1919
__author__ = "The cryptography developers"
2020
__email__ = "[email protected]"

0 commit comments

Comments
 (0)