version bump and changelog 3.1.6 (#165)

This commit is contained in:
Paul Kehrer 2019-01-16 09:42:56 -06:00 committed by Alex Gaynor
parent 7622823704
commit 6c5714ef80
2 changed files with 6 additions and 1 deletions

View File

@ -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
-----

View File

@ -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"