mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Bump and sync version numbers for alpha test.
This commit is contained in:
parent
7eebbdf4de
commit
ff647d488b
3 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ class FanFicFareBase(InterfaceActionBase):
|
||||||
description = _('UI plugin to download FanFiction stories from various sites.')
|
description = _('UI plugin to download FanFiction stories from various sites.')
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
author = 'Jim Miller'
|
author = 'Jim Miller'
|
||||||
version = (2, 1, 5)
|
version = (2, 2, 0)
|
||||||
minimum_calibre_version = (1, 48, 0)
|
minimum_calibre_version = (1, 48, 0)
|
||||||
|
|
||||||
#: This field defines the GUI plugin class that contains all the code
|
#: This field defines the GUI plugin class that contains all the code
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ setup(
|
||||||
# Versions should comply with PEP440. For a discussion on single-sourcing
|
# Versions should comply with PEP440. For a discussion on single-sourcing
|
||||||
# the version across setup.py and the project code, see
|
# the version across setup.py and the project code, see
|
||||||
# https://packaging.python.org/en/latest/single_source_version.html
|
# https://packaging.python.org/en/latest/single_source_version.html
|
||||||
version="2.2.0.dev8",
|
version="2.2.0.a1",
|
||||||
|
|
||||||
description='A tool for downloading fanfiction to eBook formats',
|
description='A tool for downloading fanfiction to eBook formats',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# ffd-retief-hrd fanfictiondownloader fanficfare
|
# ffd-retief-hrd fanfictiondownloader fanficfare
|
||||||
application: fanficfare
|
application: fanficfare
|
||||||
version: 2-1-6
|
version: 2-2-0a1
|
||||||
runtime: python27
|
runtime: python27
|
||||||
api_version: 1
|
api_version: 1
|
||||||
threadsafe: true
|
threadsafe: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue