From 5dfb46af912806c16ad503ed69006d3b0cb548ee Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Sat, 25 Jul 2015 14:19:31 -0400 Subject: had to bump version to 1.6.4 since network error + pypi gave problems uploading 1.6.3 --- CHANGES | 6 +++++- passlib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index bc834e1..0878c16 100644 --- a/CHANGES +++ b/CHANGES @@ -23,7 +23,7 @@ Upcoming in **1.7** Applications can explicitly set ``default_scheme="portable"`` to retain the old behavior (new in Passlib 1.6.3). -**1.6.3** (2015-07-25) +**1.6.4** (2015-07-25) ====================== This release rolls up assorted bug & compatibility fixes since 1.6.2. @@ -71,6 +71,10 @@ Other Changes * Passlib releases are now published as wheels instead of eggs. +.. note:: + + '1.6.3' was skipped due to upload issues. + **1.6.2** (2013-12-26) ====================== diff --git a/passlib/__init__.py b/passlib/__init__.py index 6d02f29..40e5686 100644 --- a/passlib/__init__.py +++ b/passlib/__init__.py @@ -1,3 +1,3 @@ """passlib - suite of password hashing & generation routines""" -__version__ = '1.6.3' +__version__ = '1.6.4' -- cgit v1.2.1