Update changelog.

This commit is contained in:
Lance Edgar 2014-07-19 18:56:00 -07:00
parent 2626ff4fdf
commit 124e28c0c2
3 changed files with 12 additions and 2 deletions

View file

@ -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
------

View file

@ -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

View file

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