Skip to content

Commit

Permalink
Bump release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Nov 18, 2016
1 parent 4d16f00 commit 061fa59
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion calibre-plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, 5, 10)
version = (2, 6, 0)
minimum_calibre_version = (1, 48, 0)

#: This field defines the GUI plugin class that contains all the code
Expand Down
2 changes: 1 addition & 1 deletion fanficfare/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import string
import sys

version="2.5.1"
version="2.6.0"

if sys.version_info < (2, 5):
print 'This program requires Python 2.5 or newer.'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name="FanFicFare",

# Versions should comply with PEP440.
version="2.5.1",
version="2.6.0",

description='A tool for downloading fanfiction to eBook formats',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion webservice/app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanficfare
application: fanficfare
version: 2-5-0
version: 2-6-0
runtime: python27
api_version: 1
threadsafe: true
Expand Down
2 changes: 1 addition & 1 deletion webservice/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>
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-4-0.fanficfare.appspot.com">previous version
<a href="http://2-5-0.fanficfare.appspot.com">previous version
</a> is also available for you to use if necessary.
</p>
<div id='error'>
Expand Down

0 comments on commit 061fa59

Please sign in to comment.