aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-17 19:25:38 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-17 19:25:38 -0800
commit4597edf00274c71c1f71f0e75d0c6bcfd62dcb8a (patch)
treea376304d0cb5f812f3f3268e884392f096afc575 /src
parent882e64bdc7370d850f02229db361063ff3a69fdf (diff)
parente813509bd7c5272ff14550cafd0977abd7a4b9ed (diff)
downloadcryptography-4597edf00274c71c1f71f0e75d0c6bcfd62dcb8a.tar.gz
cryptography-4597edf00274c71c1f71f0e75d0c6bcfd62dcb8a.tar.bz2
cryptography-4597edf00274c71c1f71f0e75d0c6bcfd62dcb8a.zip
Merge pull request #1540 from reaperhulk/update-changelog-0.7
0.7 changelog and version bump
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index d4a5a64f..f022b21d 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.7.dev1"
+__version__ = "0.7"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"