- commit
- 625a62a20277eafcda848341dbe7061d2ab46053
- parent
- d6a925bbdbfdedc79626cd48cc1214aae3578118
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-12-26 10:37
bump version to 1.0.2
Diffstat
| M | CHANGELOG.rst | 15 | +++++++++++++-- |
| M | setup.py | 2 | +- |
2 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
@@ -1,10 +1,21 @@1 -1 1.0.2 (unreleased)2 -1 -------------------1 1 1.0.2 -1 2 ----- -1 3 -1 4 Changes -1 5 ``````` -1 6 -1 7 - The full post title is now included as `title` attribute on the source -1 8 link. -1 9 - On parse error, the server part returns a 500 status instead of an empty -1 10 object. Also, less parse errors sould occur. 3 11 4 12 Bugs 5 13 ```` 6 14 7 15 - Fix visited link color. -1 16 - Feeds that do not provide timestamps will be shown in the right order. -1 17 This is accomplished by useing current time for each item and subtracting -1 18 n seconds from the nth entry. 8 19 9 20 10 21 1.0.1
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.1',-1 10 version='1.0.2', 11 11 description="simple feed aggregator", 12 12 long_description=open('README.rst').read(), 13 13 url='https://github.com/xi/plutopluto',