diff --git a/CHANGES.rst b/CHANGES.rst index 01bbd61d..51704b1b 100644 --- a/CHANGES.rst +++ b/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 ------ diff --git a/setup.py b/setup.py index 30787d8c..a7d330c4 100644 --- a/setup.py +++ b/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 diff --git a/tailbone/_version.py b/tailbone/_version.py index 1b8a8d35..f5bc0b78 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.3.16' +__version__ = u'0.3.17'