From 75729be79fa12914470728898ede34aa64c843b1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 9 Feb 2015 23:56:25 -0600 Subject: [PATCH] Update changelog. --- CHANGES.rst | 16 ++++++++++++++++ setup.py | 2 +- tailbone/_version.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 92ca549b..ec5a817e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,21 @@ .. -*- coding: utf-8 -*- +0.4.0 +----- + +This version primarily got the bump it did because of the addition of support +for SQLAlchemy-Continuum versioning. There were several other minor changes as +well. + +* Add department to field lists for category views. + +* Change default sort for People grid view. + +* Add category to product CRUD view. + +* Add initial versioning support with SQLAlchemy-Continuum. + + 0.3.28 ------ diff --git a/setup.py b/setup.py index 6f6b2840..bfba6388 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ requires = [ 'pyramid_exclog', # 0.6 'pyramid_simpleform', # 0.6.1 'pyramid_tm', # 0.3 - 'rattail[auth]>=0.3.46', # 0.3.46 + 'rattail[auth]>=0.4.0', # 0.4.0 'transaction', # 1.2.0 'waitress', # 0.8.1 'WebHelpers', # 1.3 diff --git a/tailbone/_version.py b/tailbone/_version.py index c4625223..d04f5ae8 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.3.28' +__version__ = u'0.4.0'