aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-17 20:31:44 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-17 20:31:44 -0400
commitc969461f0f49e07708aa8217af3c75f781ea4cde (patch)
treedf4552fbeac0e15be71d5768ec92a3a406967671 /src/cryptography/__about__.py
parent09b768ab8aa49a3e1c826b615477500390b879bb (diff)
downloadcryptography-c969461f0f49e07708aa8217af3c75f781ea4cde.tar.gz
cryptography-c969461f0f49e07708aa8217af3c75f781ea4cde.tar.bz2
cryptography-c969461f0f49e07708aa8217af3c75f781ea4cde.zip
bump version and update changelog
Diffstat (limited to 'src/cryptography/__about__.py')
-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 cffa6a69..c17f576a 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__ = "1.3.dev1"
+__version__ = "1.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"