bump to 0.2

This commit is contained in:
Carl Chenet 2017-04-11 15:34:31 +02:00
parent 6bff9ab53f
commit 7f876251a6
5 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ List of rss feeds
=================
Simple list of rss feeds
------------------------
With the parameter **uri_list**, you can define a list of uri to use. Starting from 0.10, Feed2toot is now able to match specific patterns for each of the rss feeds from this list. Consider the following rss section of the configuration file::
With the parameter **uri_list**, you can define a list of uri to use. Feed2toot is able to match specific patterns for each of the rss feeds from this list. Consider the following rss section of the configuration file::
[rss]
uri_list=/home/john/feed2toot/rsslist.txt

View file

@ -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.1.tar.gz
$ tar zxvf feed2toot-0.2.tar.gz
$ cd feed2toot
* Next, to install Feed2toot on your computer, type the following command with the root user::