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 Changelog for Isso
================== ==================
0.3 (2013-11-01) 0.3.1 (2013-11-02)
---------------- ------------------
- improve initial comment loading performance in the client - improve initial comment loading performance in the client
- cache slow REST requests, see #18 - cache slow REST requests, see #18

View File

@ -15,7 +15,7 @@ if sys.version_info < (3, 0):
setup( setup(
name='isso', name='isso',
version='0.3', version='0.3.1',
author='Martin Zimmermann', author='Martin Zimmermann',
author_email='info@posativ.org', author_email='info@posativ.org',
packages=find_packages(), packages=find_packages(),