Update changelog.

This commit is contained in:
Lance Edgar 2014-09-26 15:41:54 -07:00
parent 350c944e91
commit f7c3955d8c
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
.. -*- coding: utf-8 -*- .. -*- coding: utf-8 -*-
0.3.20
------
* Refactor some label printing stuff, per rattail changes.
0.3.19 0.3.19
------ ------

View file

@ -85,7 +85,7 @@ requires = [
'pyramid_exclog', # 0.6 'pyramid_exclog', # 0.6
'pyramid_simpleform', # 0.6.1 'pyramid_simpleform', # 0.6.1
'pyramid_tm', # 0.3 'pyramid_tm', # 0.3
'rattail[db]>=0.3.37', # 0.3.37 'rattail[db]>=0.3.38', # 0.3.38
'transaction', # 1.2.0 'transaction', # 1.2.0
'waitress', # 0.8.1 'waitress', # 0.8.1
'WebHelpers', # 1.3 'WebHelpers', # 1.3

View file

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