Bump versions.

This commit is contained in:
Jim Miller 2016-08-24 13:17:35 -05:00
parent 2ce514a38e
commit 173fca8773
4 changed files with 10 additions and 10 deletions

View file

@ -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, 3, 5)
version = (2, 3, 6)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code

View file

@ -23,7 +23,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.3.5",
version="2.3.6",
description='A tool for downloading fanfiction to eBook formats',
long_description=long_description,

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanficfare
application: fanficfare
version: 2-3-05
version: 2-3-06
runtime: python27
api_version: 1
threadsafe: true

View file

@ -24,7 +24,7 @@
<div id='urlbox'>
<div id='greeting'>
<p>Hi, {{ nickname }}! This is FanFicFare, which makes reading stories from various websites
much easier. </p>
much easier by helping you download them to EBook files. </p>
</div>
<p>
@ -35,7 +35,7 @@
If you have any problems with this application, please
report them in
the <a href="http://groups.google.com/group/fanfic-downloader">FanFicFare Google Group</a>. The
<a href="http://2-3-04a.fanficfare.appspot.com">previous version
<a href="http://2-3-05.fanficfare.appspot.com">previous version
</a> is also available for you to use if necessary.
</p>
<div id='error'>
@ -75,7 +75,7 @@
<div id='urlbox'>
<div id='greeting'>
<p>
This is a FanFicFare, which makes reading stories from various websites much easier. Before you
This is a FanFicFare, which makes reading stories from various websites much easier by helping you download them to EBook files. Before you
can start downloading fanfics, you need to login, so FanFicFare can remember your fanfics and store them.
</p>
<p><a href="{{ login_url }}">Login using Google account</a></p>
@ -85,17 +85,17 @@
<div id='typebox'>
<p>
<b>FanFicFare calibre Plugin</b>
<b>FanFicFare Calibre Plugin</b>
<br /><br />
There's also a version of this downloader that runs inside
the popular <a href="http://calibre-ebook.com/">calibre</a>
the popular <a href="http://calibre-ebook.com/">Calibre</a>
ebook management package as a plugin.
<br /><br />
Once you have calibre installed and running, inside
calibre, you can go to 'Get plugins to enhance calibre' or
Once you have Calibre installed and running, inside
Calibre, you can go to 'Get plugins to enhance calibre' or
'Get new plugins' and
install <a href="http://www.mobileread.com/forums/showthread.php?t=259221">FanFicFare</a>.