From 2ea80fa6f7a49fa2496d7db775252fd79036b2d6 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 6 Oct 2020 11:32:06 -0400 Subject: bumped to 1.7.3; updated docs for release --- passlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passlib') 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' -- cgit v1.2.1