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

@ -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

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::

View file

@ -23,7 +23,7 @@ import logging
import os.path
import sys
__version__ = '0.1'
__version__ = '0.2'
class CliParse(object):
'''CliParse class'''

View file

@ -31,7 +31,7 @@ CLASSIFIERS = [
setup(
name='feed2toot',
version='0.1',
version='0.2',
license='GNU GPL v3',
description='Parse rss feed and tweet new posts to Mastodon',
long_description='Parse rss feed and tweet new posts to the Mastodon social network',