From ccb7b47912df6da342a18911d11a11d72ff0e65a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 20 Jan 2015 17:58:31 -0600 Subject: [PATCH] Update changelog. --- CHANGES.rst | 10 ++++++++++ setup.py | 2 +- tailbone/_version.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d5dabc3d..92ca549b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,15 @@ .. -*- coding: utf-8 -*- +0.3.28 +------ + +* Add unique username check when creating users. + +* Improve UPC search for rows within batches. + +* New batch system... + + 0.3.27 ------ diff --git a/setup.py b/setup.py index afbdf0e7..6f6b2840 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ requires = [ 'pyramid_exclog', # 0.6 'pyramid_simpleform', # 0.6.1 'pyramid_tm', # 0.3 - 'rattail[auth]>=0.3.45', # 0.3.45 + 'rattail[auth]>=0.3.46', # 0.3.46 'transaction', # 1.2.0 'waitress', # 0.8.1 'WebHelpers', # 1.3 diff --git a/tailbone/_version.py b/tailbone/_version.py index be698acb..c4625223 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.3.27' +__version__ = u'0.3.28'