summaryrefslogtreecommitdiff
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
parent762282370484f3aa0cdea0410a716e7b9069eadd (diff)
downloadpy-bcrypt-git-3.1.6.tar.gz
version bump and changelog 3.1.6 (#165)3.1.6
-rw-r--r--README.rst5
-rw-r--r--src/bcrypt/__about__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 77358b9..d739529 100644
--- a/README.rst
+++ b/README.rst
@@ -42,6 +42,11 @@ While bcrypt remains a good choice for password storage depending on your specif
Changelog
=========
+3.1.6
+-----
+
+* Added support for compilation on Haiku.
+
3.1.5
-----
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"