From 1f33975a90a34956a41b8014deaa1aa72ac4b536 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Sat, 22 Sep 2018 17:12:52 +0200 Subject: [PATCH] bump version --- README.md | 2 +- docs/source/conf.py | 4 ++-- docs/source/install.rst | 2 +- feed2toot/cliparse.py | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 366167c..d87c7af 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Alternatively you can donate cryptocurrencies: [Installation Guide](http://feed2toot.readthedocs.org/en/latest/install.html)* - # tar zxvf feed2toot-0.9.tar.gz + # tar zxvf feed2toot-0.10.tar.gz # cd feed2toot # python3 setup.py install # # or diff --git a/docs/source/conf.py b/docs/source/conf.py index 4cd8695..57f7e23 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,9 @@ copyright = '2017, Carl Chenet ' # built documents. # # The short X.Y version. -version = '0.9' +version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.9' +release = '0.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/install.rst b/docs/source/install.rst index cab5edf..2b0ca17 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -25,7 +25,7 @@ Alternatively, Setuptools may be installed to a user-local path:: * Untar the tarball and go to the source directory with the following commands:: - $ tar zxvf feed2toot-0.9.tar.gz + $ tar zxvf feed2toot-0.10.tar.gz $ cd feed2toot * Next, to install Feed2toot on your computer, type the following command with the root user:: diff --git a/feed2toot/cliparse.py b/feed2toot/cliparse.py index f25dcf7..349edcc 100644 --- a/feed2toot/cliparse.py +++ b/feed2toot/cliparse.py @@ -24,7 +24,7 @@ import os import os.path import sys -__version__ = '0.9' +__version__ = '0.10' class CliParse: '''CliParse class''' diff --git a/setup.py b/setup.py index a270ea0..bce9f9d 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ CLASSIFIERS = [ setup( name='feed2toot', - version='0.9', + version='0.10', license='GNU GPL v3', description='Parse rss feeds and send new posts to Mastodon', long_description='Parse rss feeds and send new posts to the Mastodon social network',