Update changelog.

This commit is contained in:
Lance Edgar 2015-01-20 17:58:31 -06:00
parent c328c96203
commit ccb7b47912
3 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,15 @@
.. -*- coding: utf-8 -*- .. -*- 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 0.3.27
------ ------

View file

@ -82,7 +82,7 @@ requires = [
'pyramid_exclog', # 0.6 'pyramid_exclog', # 0.6
'pyramid_simpleform', # 0.6.1 'pyramid_simpleform', # 0.6.1
'pyramid_tm', # 0.3 'pyramid_tm', # 0.3
'rattail[auth]>=0.3.45', # 0.3.45 'rattail[auth]>=0.3.46', # 0.3.46
'transaction', # 1.2.0 'transaction', # 1.2.0
'waitress', # 0.8.1 'waitress', # 0.8.1
'WebHelpers', # 1.3 'WebHelpers', # 1.3

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = u'0.3.27' __version__ = u'0.3.28'