From c3490542aef490cf148c93cc0ab28fb16b22fdc7 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 11 Oct 2017 19:52:44 +0800 Subject: [PATCH] 3.1.4 version bump and changelog (#129) --- README.rst | 5 +++++ src/bcrypt/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7ac19d9..6cba9e5 100644 --- a/README.rst +++ b/README.rst @@ -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"