mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 03:36:06 +01:00
Update inis and bump test version for royalroadl.com
This commit is contained in:
parent
7ae40e539d
commit
28eff8ac12
5 changed files with 7 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ class FanFicFareBase(InterfaceActionBase):
|
|||
description = _('UI plugin to download FanFiction stories from various sites.')
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (2, 5, 0)
|
||||
version = (2, 5, 1)
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
|
|
@ -1575,6 +1575,8 @@ comments_label:Comments
|
|||
|
||||
include_in_category:category,searchtags
|
||||
|
||||
[royalroadl.com]
|
||||
|
||||
[samandjack.net]
|
||||
## Some sites require login (or login for some rated stories) The
|
||||
## program can prompt you, or you can save it in config. In
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ import pprint
|
|||
import string
|
||||
import sys
|
||||
|
||||
version="2.5.0"
|
||||
version="2.5.1"
|
||||
|
||||
if sys.version_info < (2, 5):
|
||||
print 'This program requires Python 2.5 or newer.'
|
||||
|
|
|
|||
|
|
@ -1594,6 +1594,8 @@ comments_label:Comments
|
|||
|
||||
include_in_category:category,searchtags
|
||||
|
||||
[royalroadl.com]
|
||||
|
||||
[samandjack.net]
|
||||
## Some sites require login (or login for some rated stories) The
|
||||
## program can prompt you, or you can save it in config. In
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ setup(
|
|||
name="FanFicFare",
|
||||
|
||||
# Versions should comply with PEP440.
|
||||
version="2.5.0",
|
||||
version="2.5.1",
|
||||
|
||||
description='A tool for downloading fanfiction to eBook formats',
|
||||
long_description=long_description,
|
||||
|
|
|
|||
Loading…
Reference in a new issue