Skip to content

Commit

Permalink
Bump Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed May 20, 2017
1 parent ce0b25c commit c404f9d
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 @@ -33,7 +33,7 @@
from calibre.customize import InterfaceActionBase

# pulled out from FanFicFareBase for saving in prefs.py
__version__ = (2, 11, 0)
__version__ = (2, 12, 0)

## Apparently the name for this class doesn't matter--it was still
## 'demo' for the first few versions.
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.11.0"
version="2.12.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.11.0",
version="2.12.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-11-0
version: 2-12-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-10-0.fanficfare.appspot.com">previous version
<a href="http://2-11-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 c404f9d

Please sign in to comment.