summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-06-19 19:05:12 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2019-06-19 20:05:12 -0400
commitaf4d070e8f5919652485db5940f5970d7d1d699f (patch)
tree74e0abd6912210f3a80a60d74d403b894e722ea2 /README.rst
parent03aa6f8da83a54c3f8f0bfebdbf318c67d5d1fe6 (diff)
downloadpy-bcrypt-git-af4d070e8f5919652485db5940f5970d7d1d699f.tar.gz
bcrypt 3.1.7 release (#180)3.1.7
* bcrypt 3.1.7 release * empty commits are critical for a functioning CI apparently
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3b34551..1e10576 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-----