Update changelog.
This commit is contained in:
parent
2626ff4fdf
commit
124e28c0c2
10
CHANGES.rst
10
CHANGES.rst
|
@ -1,5 +1,15 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
0.3.17
|
||||
------
|
||||
|
||||
* Add customer phone autocomplete and customer "info" AJAX view.
|
||||
|
||||
* Allow editing ``User.active`` field.
|
||||
|
||||
* Add Person autocomplete view which restricts to employees only.
|
||||
|
||||
|
||||
0.3.16
|
||||
------
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -84,7 +84,7 @@ requires = [
|
|||
'pyramid_exclog', # 0.6
|
||||
'pyramid_simpleform', # 0.6.1
|
||||
'pyramid_tm', # 0.3
|
||||
u'rattail[db]>=0.3.32', # 0.3.32
|
||||
u'rattail[db]>=0.3.33', # 0.3.33
|
||||
'transaction', # 1.2.0
|
||||
'waitress', # 0.8.1
|
||||
'WebHelpers', # 1.3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.3.16'
|
||||
__version__ = u'0.3.17'
|
||||
|
|
Loading…
Reference in a new issue