summaryrefslogtreecommitdiff
path: root/src/bcrypt
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-16 09:42:56 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-16 10:42:56 -0500
commit6c5714ef80c4807980779d915f9070ffe7b188c4 (patch)
treed05d5485246c9c23ef217ad6a8738a20ea504578 /src/bcrypt
parent762282370484f3aa0cdea0410a716e7b9069eadd (diff)
downloadpy-bcrypt-git-6c5714ef80c4807980779d915f9070ffe7b188c4.tar.gz
version bump and changelog 3.1.6 (#165)3.1.6
Diffstat (limited to 'src/bcrypt')
-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 2583720..6e6c332 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.1.6.dev1"
+__version__ = "3.1.6"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"