Skip to content

Commit c45188b

Browse files
committed
Version update
1 parent 0736c53 commit c45188b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cps/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def selected_roles(dictionary):
163163
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, '
164164
'series_id, languages, publisher, pubdate, identifiers')
165165

166-
STABLE_VERSION = {'version': '0.6.21 Beta'}
166+
STABLE_VERSION = {'version': '0.6.21'}
167167

168168
NIGHTLY_VERSION = dict()
169169
NIGHTLY_VERSION[0] = '$Format:%H$'

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ install_requires =
5858
chardet>=3.0.0,<4.1.0
5959
advocate>=1.0.0,<1.1.0
6060
Flask-Limiter>=2.3.0,<3.5.0
61-
6261

6362
[options.packages.find]
6463
where = src

0 commit comments

Comments
 (0)