Skip to content

Commit

Permalink
bcrypt 3.1.7 release (#180)
Browse files Browse the repository at this point in the history
* bcrypt 3.1.7 release

* empty commits are critical for a functioning CI apparently
  • Loading branch information
reaperhulk authored and alex committed Jun 20, 2019
1 parent 03aa6f8 commit af4d070
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ While bcrypt remains a good choice for password storage depending on your specif
Changelog
=========

3.1.7
-----

* Set a ``setuptools`` lower bound for PEP517 wheel building.
* We no longer distribute 32-bit ``manylinux1`` wheels. Continuing to produce
them was a maintenance burden.

3.1.6
-----

Expand Down
4 changes: 2 additions & 2 deletions src/bcrypt/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"

__version__ = "3.1.7.dev1"
__version__ = "3.1.7"

__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"

__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2016 {0}".format(__author__)
__copyright__ = "Copyright 2013-2019 {0}".format(__author__)

0 comments on commit af4d070

Please sign in to comment.