bump to 0.2
This commit is contained in:
parent
6bff9ab53f
commit
7f876251a6
|
@ -20,7 +20,7 @@ Alternatively you can donate cryptocurrencies:
|
|||
[Installation Guide](http://feed2toot.readthedocs.org/en/latest/install.html)*
|
||||
|
||||
|
||||
# tar zxvf feed2toot-0.1.tar.gz
|
||||
# tar zxvf feed2toot-0.2.tar.gz
|
||||
# cd feed2toot
|
||||
# python3 setup.py install
|
||||
# # or
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
|
|
@ -23,7 +23,7 @@ import logging
|
|||
import os.path
|
||||
import sys
|
||||
|
||||
__version__ = '0.1'
|
||||
__version__ = '0.2'
|
||||
|
||||
class CliParse(object):
|
||||
'''CliParse class'''
|
||||
|
|
Loading…
Reference in a new issue