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 17, 2017
1 parent afd08fc commit 826f0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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, 10, 10)
__version__ = (2, 11, 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.10.10"
version="2.11.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.10.10",
version="2.11.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-10-10
version: 2-11-0
runtime: python27
api_version: 1
threadsafe: true
Expand Down

0 comments on commit 826f0f6

Please sign in to comment.