diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-10-11 19:52:44 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-10-11 07:52:44 -0400 |
commit | c3490542aef490cf148c93cc0ab28fb16b22fdc7 (patch) | |
tree | 74cbe27cc2d347a748ac7b912f513a069c693eee | |
parent | 3c3a2cec35507ad3e90f5eb0fb76e54e847c317f (diff) | |
download | py-bcrypt-git-3.1.4.tar.gz |
3.1.4 version bump and changelog (#129)3.1.4
-rw-r--r-- | README.rst | 5 | ||||
-rw-r--r-- | src/bcrypt/__about__.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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. diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index 1d49d7a..4ddaae5 100644 --- a/src/bcrypt/__about__.py +++ b/src/bcrypt/__about__.py @@ -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" |