Preparing release 0.1.2

This commit is contained in:
Stephan Geulette 2013-03-08 08:42:31 +01:00
parent 95aeef9128
commit 0378d0fd58
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Changelog
=========
0.2 (unreleased)
----------------
0.1.2 (2013-03-08)
------------------
- Nothing changed yet.
- Corrected MANIFEST.in
0.1.1 (2013-03-07)

View File

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
version = '0.2.dev0'
version = '0.1.2'
long_description = (
open('README.rst').read()