summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-10-06 11:32:06 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-10-06 11:32:06 -0400
commit2ea80fa6f7a49fa2496d7db775252fd79036b2d6 (patch)
tree3c36fa4547e0ae4194aa6d18936427365cca0ee6
parent0c47ce414b4476cb570be310c456389ff4e87817 (diff)
downloadpasslib-2ea80fa6f7a49fa2496d7db775252fd79036b2d6.tar.gz
bumped to 1.7.3; updated docs for release1.7.3
-rw-r--r--docs/history/1.7.rst6
-rw-r--r--docs/history/index.rst2
-rw-r--r--docs/index.rst2
-rw-r--r--docs/install.rst2
-rw-r--r--passlib/__init__.py2
5 files changed, 7 insertions, 7 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 18bdae7..6d6293b 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -8,12 +8,12 @@ Passlib 1.7
.. warning::
- **Passlib 1.8 is dropping support for Python 2.x, 3.3, and 3.4**;
+ **Passlib 1.8 will drop support for Python 2.x, 3.3, and 3.4**;
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.3** (NOT YET RELEASED)
-============================
+**1.7.3** (2020-10-06)
+======================
This release rolls up assorted bug & compatibility fixes since 1.7.2.
diff --git a/docs/history/index.rst b/docs/history/index.rst
index 1fb34ed..90824c2 100644
--- a/docs/history/index.rst
+++ b/docs/history/index.rst
@@ -14,7 +14,7 @@ Release History
.. warning::
- **Passlib 1.8 is dropping support for Python 2.x, 3.3, and 3.4**;
+ **Passlib 1.8 will drop support for Python 2.x, 3.3, and 3.4**;
and will require Python >= 3.5. The 1.7 series will be the last
to support Python 2.7. (See :issue:`119` for rationale).
diff --git a/docs/index.rst b/docs/index.rst
index 8a6eaa8..bdf79b9 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.2 <whats-new>`
+.. seealso:: :ref:`What's new in Passlib 1.7.3 <whats-new>`
==========================================
Passlib |release| documentation
diff --git a/docs/install.rst b/docs/install.rst
index 1904453..2ebe119 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -13,7 +13,7 @@ It is known to work with the following Python implementations:
.. warning::
- **Passlib 1.8 is dropping support for Python 2.x, 3.3, and 3.4**;
+ **Passlib 1.8 will drop support for Python 2.x, 3.3, and 3.4**;
and will require Python >= 3.5. The 1.7 series will be the
last to support Python 2. (See :issue:`119` for rationale).
diff --git a/passlib/__init__.py b/passlib/__init__.py
index 2a93599..c99971c 100644
--- a/passlib/__init__.py
+++ b/passlib/__init__.py
@@ -1,3 +1,3 @@
"""passlib - suite of password hashing & generation routines"""
-__version__ = '1.7.2'
+__version__ = '1.7.3'