From f7c3955d8c76a2c4207d9dce5f9d7a472f7a555b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 26 Sep 2014 15:41:54 -0700 Subject: [PATCH] Update changelog. --- CHANGES.rst | 6 ++++++ setup.py | 2 +- tailbone/_version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 63065c1e..e3c63100 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,11 @@ .. -*- coding: utf-8 -*- +0.3.20 +------ + +* Refactor some label printing stuff, per rattail changes. + + 0.3.19 ------ diff --git a/setup.py b/setup.py index 53ba24ea..aa4bc862 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ requires = [ 'pyramid_exclog', # 0.6 'pyramid_simpleform', # 0.6.1 'pyramid_tm', # 0.3 - 'rattail[db]>=0.3.37', # 0.3.37 + 'rattail[db]>=0.3.38', # 0.3.38 'transaction', # 1.2.0 'waitress', # 0.8.1 'WebHelpers', # 1.3 diff --git a/tailbone/_version.py b/tailbone/_version.py index 36896fad..3d18f319 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.3.19' +__version__ = u'0.3.20'