diff --git a/CHANGES.txt b/CHANGES.txt index 5626b28b..167b567d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,33 @@ +0.3a5 +----- + +- Added support for GPC data type. + +- Added eager import of ``rattail.sil`` in ``before_render`` hook. + +- Removed ``rattail.pyramid.util`` module. + +- Added initial batch support: views, templates, creation from Product grid. + +- Added support for ``rattail.LabelProfile`` class. + +- Improved Product grid to include filter/sort on Vendor. + +- Cleaned up dependencies. + +- Added ``rattail.pyramid.includeme()``. + +- Added ``CustomerGroup`` CRUD view (read only). + +- Added hot links to ``Customer`` CRUD view. + +- Added ``Store`` index, CRUD views. + +- Updated ``rattail.pyramid.views.includeme()``. + +- Added ``email_preference`` to ``Customer`` CRUD. + 0.3a4 ----- diff --git a/setup.py b/setup.py index b6b4365c..e3b93ad6 100644 --- a/setup.py +++ b/setup.py @@ -62,8 +62,8 @@ requires = [ # # package # low high - 'edbob[db,pyramid]>=0.1a13', # 0.1a14.dev - 'rattail>=0.3a4', # 0.3a5.dev + 'edbob[db,pyramid]>=0.1a14', # 0.1a15.dev + 'rattail>=0.3a6', # 0.3a7.dev ]