From ac032778993bfbe64e123668579b34a524d169f5 Mon Sep 17 00:00:00 2001 From: mst Date: Fri, 28 Feb 2025 07:29:38 +0300 Subject: [PATCH] bump version, add social links --- constants.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index 3770235..918518c 100644 --- a/constants.py +++ b/constants.py @@ -11,6 +11,13 @@ tempDir = Path.cwd() / 'static' / 'temp' exportsDir = Path('static') / 'exports' emojiPath = Path.cwd() / 'static' / 'emojis' 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 -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" +}