version bump and changelog 3.1.6 (#165)
This commit is contained in:
parent
7622823704
commit
6c5714ef80
@ -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
|
||||
-----
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user