Update changelog.
This commit is contained in:
parent
c328c96203
commit
ccb7b47912
10
CHANGES.rst
10
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
|
||||
------
|
||||
|
||||
|
|
2
setup.py
2
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.3.27'
|
||||
__version__ = u'0.3.28'
|
||||
|
|
Loading…
Reference in a new issue