diff --git a/CHANGES.rst b/CHANGES.rst index 4e4f552..5337b9b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +0.1.3 (2015-09-08) +================== + +- fix fonts in MANIFEST.in +- fix update action, when value changed to empty + 0.1.2 (2015-08-19) ================== diff --git a/setup.py b/setup.py index a8230f1..26817ba 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(name): setup( name='pyramid_sacrud', - version="0.1.2", + version="0.1.3", url='http://github.com/ITCase/pyramid_sacrud/', author='Svintsov Dmitry', author_email='sacrud@uralbash.ru',