Skip to content

Commit 0a846e2

Browse files
reaperhulkalex
authored andcommitted
bump version and changelog for 2.3 release (#4356)
1 parent feb1345 commit 0a846e2

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ Changelog
33

44
.. _v2-3:
55

6-
2.3 - `master`_
7-
~~~~~~~~~~~~~~~
8-
9-
.. note:: This version is not yet released and is under active development.
6+
2.3 - 2018-07-18
7+
~~~~~~~~~~~~~~~~
108

119
* **SECURITY ISSUE:**
1210
:meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`

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.3.dev1"
17+
__version__ = "2.3"
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.3.dev1"
17+
__version__ = "2.3"
1818

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

0 commit comments

Comments
 (0)