From 41528a1ef2c3976ae703dceee69290299db5929d Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 22 Feb 2013 19:53:56 +0000 Subject: [PATCH] Version 1.6.4 --- README.md | 5 +++++ emailusernames/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 359d929..007cc3e 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,11 @@ tests you'll need to find a way to explicitly disable them. Changelog ========= +1.6.4 +----- + +* Fix issue with migrating usernames. + 1.6.3 ----- diff --git a/emailusernames/__init__.py b/emailusernames/__init__.py index 4574cc8..d07785c 100644 --- a/emailusernames/__init__.py +++ b/emailusernames/__init__.py @@ -1 +1 @@ -__version__ = '1.6.3' +__version__ = '1.6.4'