diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-01-16 09:42:56 -0600 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-01-16 10:42:56 -0500 |
| commit | 6c5714ef80c4807980779d915f9070ffe7b188c4 (patch) | |
| tree | d05d5485246c9c23ef217ad6a8738a20ea504578 | |
| parent | 762282370484f3aa0cdea0410a716e7b9069eadd (diff) | |
| download | py-bcrypt-git-3.1.6.tar.gz | |
version bump and changelog 3.1.6 (#165)3.1.6
| -rw-r--r-- | README.rst | 5 | ||||
| -rw-r--r-- | src/bcrypt/__about__.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -42,6 +42,11 @@ While bcrypt remains a good choice for password storage depending on your specif Changelog ========= +3.1.6 +----- + +* Added support for compilation on Haiku. + 3.1.5 ----- diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index 2583720..6e6c332 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.6.dev1" +__version__ = "3.1.6" __author__ = "The Python Cryptographic Authority developers" __email__ = "cryptography-dev@python.org" |
