- commit
- 994525b6548bb4648f7e7bc84c5bc3255380291f
- parent
- 4cf58887f90fb6e3627490b23af83bf185092edd
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-09-26 18:31
bump version to 1.0.1
Diffstat
| A | CHANGELOG.rst | 19 | +++++++++++++++++++ |
| M | setup.py | 2 | +- |
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
@@ -0,0 +1,19 @@ -1 1 1.0.1 -1 2 ----- -1 3 -1 4 Bugs -1 5 ```` -1 6 -1 7 - Change to python package to fix installation. -1 8 -1 9 -1 10 1.0.0 -1 11 ----- -1 12 -1 13 JavaScript/python rewrite. -1 14 -1 15 -1 16 0.0.0 -1 17 ----- -1 18 -1 19 Initial PHP implementation.
diff --git a/setup.py b/setup.py
@@ -7,7 +7,7 @@ from setuptools.command.install_lib import install_lib 7 7 8 8 setup( 9 9 name='plutopluto',10 -1 version='1.0.0',-1 10 version='1.0.1', 11 11 description="simple feed aggregator", 12 12 long_description=open('README.rst').read(), 13 13 url='https://github.com/xi/plutopluto',