Update changelog.
This commit is contained in:
parent
350c944e91
commit
f7c3955d8c
|
@ -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
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.3.19'
|
__version__ = u'0.3.20'
|
||||||
|
|
Loading…
Reference in a new issue