mirror of
https://gitlab.com/chaica/feed2toot.git
synced 2024-11-23 20:11:09 +00:00
bump version and update changelog
This commit is contained in:
parent
e8ed25027c
commit
5af950ee30
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.7] - 2017-09-26
|
||||||
|
### Changed
|
||||||
|
- fix issue while using uri_list
|
||||||
|
|
||||||
## [0.6] - 2017-08-02
|
## [0.6] - 2017-08-02
|
||||||
### Added
|
### Added
|
||||||
- define a name for a feed, accessible with {feedname}. Contributed by Alexis Metaireau.
|
- define a name for a feed, accessible with {feedname}. Contributed by Alexis Metaireau.
|
||||||
|
|
|
@ -20,7 +20,7 @@ Alternatively you can donate cryptocurrencies:
|
||||||
[Installation Guide](http://feed2toot.readthedocs.org/en/latest/install.html)*
|
[Installation Guide](http://feed2toot.readthedocs.org/en/latest/install.html)*
|
||||||
|
|
||||||
|
|
||||||
# tar zxvf feed2toot-0.6.tar.gz
|
# tar zxvf feed2toot-0.7.tar.gz
|
||||||
# cd feed2toot
|
# cd feed2toot
|
||||||
# python3 setup.py install
|
# python3 setup.py install
|
||||||
# # or
|
# # or
|
||||||
|
|
|
@ -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::
|
* Untar the tarball and go to the source directory with the following commands::
|
||||||
|
|
||||||
$ tar zxvf feed2toot-0.6.tar.gz
|
$ tar zxvf feed2toot-0.7.tar.gz
|
||||||
$ cd feed2toot
|
$ cd feed2toot
|
||||||
|
|
||||||
* Next, to install Feed2toot on your computer, type the following command with the root user::
|
* Next, to install Feed2toot on your computer, type the following command with the root user::
|
||||||
|
|
|
@ -24,7 +24,7 @@ import os
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__version__ = '0.6'
|
__version__ = '0.7'
|
||||||
|
|
||||||
class CliParse:
|
class CliParse:
|
||||||
'''CliParse class'''
|
'''CliParse class'''
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ CLASSIFIERS = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='feed2toot',
|
name='feed2toot',
|
||||||
version='0.6',
|
version='0.7',
|
||||||
license='GNU GPL v3',
|
license='GNU GPL v3',
|
||||||
description='Parse rss feeds and send new posts to Mastodon',
|
description='Parse rss feeds and send new posts to Mastodon',
|
||||||
long_description='Parse rss feeds and send new posts to the Mastodon social network',
|
long_description='Parse rss feeds and send new posts to the Mastodon social network',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user