changelog and bump version to 3.1.5 (#161)

This commit is contained in:
Paul Kehrer 2018-12-12 08:02:56 +08:00 committed by Alex Gaynor
parent 5e6bf06e5b
commit f2ddbf3a75
2 changed files with 9 additions and 1 deletions

View File

@ -42,6 +42,14 @@ While bcrypt remains a good choice for password storage depending on your specif
Changelog
=========
3.1.5
-----
* Added support for compilation on AIX.
* Dropped Python 2.6 and 3.3 support.
* Switched to using ``abi3`` wheels for Python 3. If you are not getting a
wheel on a compatible platform please upgrade your ``pip`` version.
3.1.4
-----

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