diff --git a/README.rst b/README.rst index 77358b91..d739529a 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 25837202..6e6c332a 100644 --- a/src/bcrypt/__about__.py +++ b/src/bcrypt/__about__.py @@ -26,7 +26,7 @@ __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"