Bump versions -- v2.2.2

This commit is contained in:
Jim Miller 2015-04-15 16:39:27 -05:00
parent 9cf75c4774
commit 28b9fa511f
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, 2, 1)
version = (2, 2, 2)
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.1",
version="2.2.2",
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-2-1
version: 2-2-2
runtime: python27
api_version: 1
threadsafe: true