diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2020-07-20 15:16:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 16:16:47 -0400 |
| commit | b0d9bdcfc9659fffcb1d539cb00130f8fda3d011 (patch) | |
| tree | db1e5c42c3bc4c4d33d99646343216caf34c4ae0 | |
| parent | 6bd3faa114da01a2af1970251e5d5236041022a0 (diff) | |
| download | cryptography-3.0.tar.gz | |
prep 3.0 for release (#5327)3.0
* prep 3.0 for release
* okay then
| -rw-r--r-- | CHANGELOG.rst | 6 | ||||
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index efec7d085..abb373b10 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,10 +3,8 @@ Changelog .. _v3-0: -3.0 - `master`_ -~~~~~~~~~~~~~~~ - -.. note:: This version is not yet released and is under active development. +3.0 - 2020-07-20 +~~~~~~~~~~~~~~~~ * **BACKWARDS INCOMPATIBLE:** Removed support for passing an :class:`~cryptography.x509.Extension` instance to diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 54292526a..c28f6950a 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -22,7 +22,7 @@ __summary__ = ( ) __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.0.dev1" +__version__ = "3.0" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 05cfe30d9..8b25ee489 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -20,7 +20,7 @@ __summary__ = "Test vectors for the cryptography package." __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.0.dev1" +__version__ = "3.0" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
