From 6c887275dbfb7f3f7f8c52cc7a6b086701cf749d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 8 Sep 2015 19:46:07 +0500 Subject: [PATCH] Hello 0.1.3 version! --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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',