summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-30 14:05:12 -0500
committerDonald Stufft <donald@stufft.io>2016-06-30 15:05:12 -0400
commitecc3d9642a7f6d862b4cac77e73d67266f5763b8 (patch)
treefcd16f5a3469690b1e6a4a729df4f016dee4301b /src
parentb3f472e33513b3c251affb120db7945a77f05adf (diff)
downloadpy-bcrypt-git-ecc3d9642a7f6d862b4cac77e73d67266f5763b8.tar.gz
Update changelog + 3.1.0 version bump (#88)3.1.0
Diffstat (limited to 'src')
-rw-r--r--src/bcrypt/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py
index e7fc766..c7674a6 100644
--- a/src/bcrypt/__about__.py
+++ b/src/bcrypt/__about__.py
@@ -26,7 +26,7 @@ __title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"
-__version__ = "3.0.0"
+__version__ = "3.1.0"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"