Skip to content

Commit

Permalink
Update version to 0.6.13 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzieIsaacs committed Sep 25, 2021
1 parent af202bd commit 2edcd16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cps/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def selected_roles(dictionary):
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
'series_id, languages, publisher')

STABLE_VERSION = {'version': '0.6.13 Beta'}
STABLE_VERSION = {'version': '0.6.13'}

NIGHTLY_VERSION = {}
NIGHTLY_VERSION[0] = '$Format:%H$'
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ install_requires =
tornado>=4.1,<6.2
Wand>=0.4.4,<0.7.0
unidecode>=0.04.19,<1.3.0
lxml>=3.8.0,<4.7.0

[options.extras_require]
gdrive =
Expand Down Expand Up @@ -76,8 +77,8 @@ oauth =
Flask-Dance>=2.0.0,<5.1.0
SQLAlchemy-Utils>=0.33.5,<0.38.0
metadata =
lxml>=3.8.0,<4.7.0
rarfile>=2.7
scholarly>=1.2.0, <1.3
comics =
natsort>=2.2.0,<7.2.0
comicapi>= 2.2.0,<2.3.0
Expand Down

0 comments on commit 2edcd16

Please sign in to comment.