Skip to content

Commit

Permalink
Bump Release Version 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Sep 14, 2017
1 parent 40dc033 commit 30e7c4a
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, 17, 0)
__version__ = (2, 17, 1)

## 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 @@ -29,7 +29,7 @@
import pickle
import cookielib as cl

version="2.17.0"
version="2.17.1"

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.17.0",
version="2.17.1",

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-17-0
version: 2-17-1
runtime: python27
api_version: 1
threadsafe: true
Expand Down

0 comments on commit 30e7c4a

Please sign in to comment.