update changelog

This commit is contained in:
Lance Edgar 2013-12-18 18:40:16 -08:00
parent 874ad44e6b
commit 18453c0113
3 changed files with 15 additions and 2 deletions

View file

@ -1,4 +1,17 @@
0.3.10
------
* Changed ``UserFieldRenderer`` to leverage ``User.display_name``.
* Refactored model imports, etc.
This is in preparation for using database models only from ``rattail``
(i.e. no ``edbob``). Mostly the model and enum imports were affected.
* Removed references to ``edbob.enum``.
0.3.9
-----

View file

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

View file

@ -1 +1 @@
__version__ = '0.3.9'
__version__ = '0.3.10'