bump version, add social links
This commit is contained in:
parent
65ed14858c
commit
ac03277899
1 changed files with 9 additions and 2 deletions
11
constants.py
11
constants.py
|
@ -11,6 +11,13 @@ tempDir = Path.cwd() / 'static' / 'temp'
|
||||||
exportsDir = Path('static') / 'exports'
|
exportsDir = Path('static') / 'exports'
|
||||||
emojiPath = Path.cwd() / 'static' / 'emojis'
|
emojiPath = Path.cwd() / 'static' / 'emojis'
|
||||||
appName = 'CatAsk'
|
appName = 'CatAsk'
|
||||||
version = '1.7.2'
|
version = '2.0.0'
|
||||||
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
|
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
|
||||||
version_id = '-alpha'
|
version_id = '-stable'
|
||||||
|
repoUrl = "https://git.gay/catask-org/catask"
|
||||||
|
homepageUrl = "https://catask.mystie.dev"
|
||||||
|
docsUrl = "https://docs.catask.mystie.dev"
|
||||||
|
social = {
|
||||||
|
"bskyUrl": "https://bsky.app/profile/catask.mystie.dev",
|
||||||
|
"fediUrl": "https://icy.maxy.top/@CatAsk"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue