update changelog
This commit is contained in:
parent
874ad44e6b
commit
18453c0113
13
CHANGES.rst
13
CHANGES.rst
|
@ -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
|
0.3.9
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -74,7 +74,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.4', # 0.3.4
|
'rattail[db]>=0.3.9', # 0.3.9
|
||||||
'transaction', # 1.2.0
|
'transaction', # 1.2.0
|
||||||
'waitress', # 0.8.1
|
'waitress', # 0.8.1
|
||||||
'WebHelpers', # 1.3
|
'WebHelpers', # 1.3
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.3.9'
|
__version__ = '0.3.10'
|
||||||
|
|
Loading…
Reference in a new issue