Preparing release 0.3.1

This commit is contained in:
Martin Zimmermann 2013-11-02 17:34:18 +01:00
parent c28ee3120c
commit d56cf5c22f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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(),