3.1.4 version bump and changelog (#129)

This commit is contained in:
Paul Kehrer 2017-10-11 19:52:44 +08:00 committed by Alex Gaynor
parent 3c3a2cec35
commit c3490542ae
2 changed files with 6 additions and 1 deletions

View File

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

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.3"
__version__ = "3.1.4"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"