Skip to content

Commit

Permalink
Bump Release Version 3.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Jan 11, 2021
1 parent c74460b commit a1ea9d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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__ = (3, 27, 6)
__version__ = (3, 28, 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 @@ -40,7 +40,7 @@ def pickle_load(f):
def pickle_load(f):
return pickle.load(f,encoding="bytes")

version="3.27.6"
version="3.28.0"
os.environ['CURRENT_VERSION_ID']=version

global_cache = 'global_cache'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name=package_name,

# Versions should comply with PEP440.
version="3.27.6",
version="3.28.0",

description='A tool for downloading fanfiction to eBook formats',
long_description=long_description,
Expand Down

0 comments on commit a1ea9d0

Please sign in to comment.