bump version, add a new constant
This commit is contained in:
parent
5ee3422926
commit
b24e3ced2d
1 changed files with 4 additions and 1 deletions
|
@ -2,9 +2,12 @@ from pathlib import Path
|
|||
|
||||
antiSpamFile = 'wordlist.txt'
|
||||
blacklistFile = 'word_blacklist.txt'
|
||||
# reserved for 1.7.0 or later
|
||||
# ipBlacklistFile = 'ip_blacklist.txt'
|
||||
configFile = 'config.json'
|
||||
faviconDir = Path.cwd() / 'static' / 'icons' / 'favicon'
|
||||
emojiPath = Path.cwd() / 'static' / 'emojis'
|
||||
appName = 'CatAsk'
|
||||
version = '1.5.6'
|
||||
version = '1.6.0'
|
||||
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
|
||||
version_id = '-alpha'
|
||||
|
|
Loading…
Add table
Reference in a new issue