- commit
- 8d9b52bc428eb64e60effeb190ea87f14ff3ca6a
- parent
- eb72119b3710673e9fa1e4abae5963d8254552cc
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-18 08:57
bump version to 0.0.2
Diffstat
| M | CHANGELOG.rst | 6 | ++++++ |
| M | setup.py | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
@@ -1,6 +1,12 @@ 1 1 Changelog 2 2 ========= 3 3 -1 4 0.0.2 (2014-10-18) -1 5 ------------------ -1 6 -1 7 - fix a bug where `delch` did not clear the whole field in the pygame core -1 8 - fix a bug where `getch` ignored the `blocking` flag in the stupid core -1 9 4 10 0.0.1 (2014-10-11) 5 11 ------------------ 6 12
diff --git a/setup.py b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup 3 3 4 4 setup( 5 5 name='dirtywords',6 -1 version='0.0.1',-1 6 version='0.0.2', 7 7 description="portable text interface framework", 8 8 long_description=open('README.rst').read(), 9 9 url='https://github.com/xi/dirtywords',