Preparing release 0.2.1

This commit is contained in:
Martin Zimmermann 2013-10-30 16:21:36 +01:00
parent 1b8dcc3de7
commit 319492fa42
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Changelog for Isso Changelog for Isso
================== ==================
0.3 (unreleased) 0.2.1 (2013-10-30)
---------------- ------------------
- Nothing changed yet. - Nothing changed yet.

View File

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