diff --git a/CHANGES.rst b/CHANGES.rst index 57587cd..93b0406 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog for Isso ================== -0.3 (2013-11-01) ----------------- +0.3.1 (2013-11-02) +------------------ - improve initial comment loading performance in the client - cache slow REST requests, see #18 diff --git a/setup.py b/setup.py index b4be1ff..64d2f90 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.version_info < (3, 0): setup( name='isso', - version='0.3', + version='0.3.1', author='Martin Zimmermann', author_email='info@posativ.org', packages=find_packages(),