Bump and sync version numbers for alpha test.

master
Jim Miller 2015-04-08 14:31:41 -05:00
parent 7eebbdf4de
commit ff647d488b
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ class FanFicFareBase(InterfaceActionBase):
description = _('UI plugin to download FanFiction stories from various sites.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (2, 1, 5)
version = (2, 2, 0)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code

View File

@ -25,7 +25,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# 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',
long_description=long_description,

View File

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader fanficfare
application: fanficfare
version: 2-1-6
version: 2-2-0a1
runtime: python27
api_version: 1
threadsafe: true