summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-10-08 14:15:48 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-10-08 14:15:48 -0400
commitbd35871b2f64d4f119e0971c3c93709e5742034b (patch)
tree7c13568694ef5ba9900803d43700c165f4b08d0c
parentcc21426e0f7a93e5dbd2c66d9752123924a1a4dc (diff)
downloadpasslib-bd35871b2f64d4f119e0971c3c93709e5742034b.tar.gz
bumped to 1.7.4, marking for release1.7.4
-rw-r--r--docs/history/1.7.rst6
-rw-r--r--docs/index.rst2
-rw-r--r--passlib/__init__.py2
3 files changed, 6 insertions, 4 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 3a8250f..28546a4 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -12,8 +12,10 @@ Passlib 1.7
and will require Python >= 3.5. The 1.7 series will be the last
to support Python 2.7. (See :issue:`119` for rationale).
-**1.7.4** (NOT YET RELEASED)
-============================
+**1.7.4** (2020-10-08)
+======================
+
+Small followup to 1.7.3 release.
Bugfixes
--------
diff --git a/docs/index.rst b/docs/index.rst
index b3813f1..45e63ba 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,7 +5,7 @@
.. rst-class:: float-right
-.. seealso:: :ref:`What's new in Passlib 1.7.3 <whats-new>`
+.. seealso:: :ref:`What's new in Passlib 1.7.4 <whats-new>`
==========================================
Passlib |release| documentation
diff --git a/passlib/__init__.py b/passlib/__init__.py
index c99971c..963bfcc 100644
--- a/passlib/__init__.py
+++ b/passlib/__init__.py
@@ -1,3 +1,3 @@
"""passlib - suite of password hashing & generation routines"""
-__version__ = '1.7.3'
+__version__ = '1.7.4'