update changelog
This commit is contained in:
parent
e3a5e1734f
commit
93e7c6ae80
11
CHANGES.txt
11
CHANGES.txt
|
@ -1,4 +1,15 @@
|
||||||
|
|
||||||
|
0.3a3
|
||||||
|
-----
|
||||||
|
|
||||||
|
- Add price field renderers.
|
||||||
|
|
||||||
|
- Add/tweak lots of views for database models.
|
||||||
|
|
||||||
|
- Add label printing to product list view.
|
||||||
|
|
||||||
|
- Add (some of) ``Product`` CRUD.
|
||||||
|
|
||||||
0.3a2
|
0.3a2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -75,7 +75,7 @@ requires = [
|
||||||
'pyramid_beaker', # 0.6.1
|
'pyramid_beaker', # 0.6.1
|
||||||
'pyramid_debugtoolbar', # 1.0
|
'pyramid_debugtoolbar', # 1.0
|
||||||
'pyramid_tm', # 0.3
|
'pyramid_tm', # 0.3
|
||||||
'rattail>=0.3a1', # 0.3a1
|
'rattail>=0.3a3', # 0.3a4.dev
|
||||||
'SQLAlchemy', # 0.7.6
|
'SQLAlchemy', # 0.7.6
|
||||||
'Tempita', # 0.5.1
|
'Tempita', # 0.5.1
|
||||||
'transaction', # 1.2.0
|
'transaction', # 1.2.0
|
||||||
|
|
Loading…
Reference in a new issue