Bump versions.

This commit is contained in:
Jim Miller 2013-09-14 12:25:17 -05:00
parent 0bbe6287b6
commit cf24021f14
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-72
version: 4-4-73
runtime: python27
api_version: 1
threadsafe: true

View file

@ -26,7 +26,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (1, 7, 43)
version = (1, 7, 44)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code

View file

@ -57,8 +57,8 @@
<h3>Changes:</h3>
<p>
<ul>
<li>Fix dates for fimfiction.net.</li>
<li>Additional groups as site specific data for fimfiction.net.</li>
<li>Fix for certain portkey.org stories.</li>
<li>Remove dateutil dependency.</li>
</ul>
</p>