summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"