Update version to 0.6.13 for release
This commit is contained in:
parent
af202bd6d1
commit
2edcd16119
|
@ -157,7 +157,7 @@ def selected_roles(dictionary):
|
||||||
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
|
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
|
||||||
'series_id, languages, publisher')
|
'series_id, languages, publisher')
|
||||||
|
|
||||||
STABLE_VERSION = {'version': '0.6.13 Beta'}
|
STABLE_VERSION = {'version': '0.6.13'}
|
||||||
|
|
||||||
NIGHTLY_VERSION = {}
|
NIGHTLY_VERSION = {}
|
||||||
NIGHTLY_VERSION[0] = '$Format:%H$'
|
NIGHTLY_VERSION[0] = '$Format:%H$'
|
||||||
|
|
|
@ -48,6 +48,7 @@ install_requires =
|
||||||
tornado>=4.1,<6.2
|
tornado>=4.1,<6.2
|
||||||
Wand>=0.4.4,<0.7.0
|
Wand>=0.4.4,<0.7.0
|
||||||
unidecode>=0.04.19,<1.3.0
|
unidecode>=0.04.19,<1.3.0
|
||||||
|
lxml>=3.8.0,<4.7.0
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
gdrive =
|
gdrive =
|
||||||
|
@ -76,8 +77,8 @@ oauth =
|
||||||
Flask-Dance>=2.0.0,<5.1.0
|
Flask-Dance>=2.0.0,<5.1.0
|
||||||
SQLAlchemy-Utils>=0.33.5,<0.38.0
|
SQLAlchemy-Utils>=0.33.5,<0.38.0
|
||||||
metadata =
|
metadata =
|
||||||
lxml>=3.8.0,<4.7.0
|
|
||||||
rarfile>=2.7
|
rarfile>=2.7
|
||||||
|
scholarly>=1.2.0, <1.3
|
||||||
comics =
|
comics =
|
||||||
natsort>=2.2.0,<7.2.0
|
natsort>=2.2.0,<7.2.0
|
||||||
comicapi>= 2.2.0,<2.3.0
|
comicapi>= 2.2.0,<2.3.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user