plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
13f8c09e6d199753a04c14728e7a02f6b2c933f4
parent
1d9477a4af9150f4352d2135386f0b6df5ac13c3
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-07-19 18:30
bump version to 1.1.0

Diffstat

M CHANGELOG.rst 7 +++++++
M setup.py 2 +-

2 files changed, 8 insertions, 1 deletions


diff --git a/CHANGELOG.rst b/CHANGELOG.rst

@@ -1,3 +1,10 @@
   -1     1 1.1.0
   -1     2 -----
   -1     3 
   -1     4 -   Adapt to changed youtube API.
   -1     5 -   Search for config in more places, e.g. ``~/.plutopluto.cfg``.
   -1     6 
   -1     7 
    1     8 1.0.2
    2     9 -----
    3    10 

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.2',
   -1    10 	version='1.1.0',
   11    11 	description="simple feed aggregator",
   12    12 	long_description=open('README.rst').read(),
   13    13 	url='https://github.com/xi/plutopluto',