3.1.4 version bump and changelog (#129)
This commit is contained in:
parent
3c3a2cec35
commit
c3490542ae
@ -37,6 +37,11 @@ For Fedora and RHEL-derivatives, the following command will ensure that the requ
|
||||
Changelog
|
||||
=========
|
||||
|
||||
3.1.4
|
||||
-----
|
||||
|
||||
* Fixed compilation with mingw and on illumos.
|
||||
|
||||
3.1.3
|
||||
-----
|
||||
* Fixed a compilation issue on Solaris.
|
||||
|
||||
@ -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.3"
|
||||
__version__ = "3.1.4"
|
||||
|
||||
__author__ = "The Python Cryptographic Authority developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user