commit: 0702b1512153dc37fd2386442fc2e5a0cbf86973
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 24 18:27:15 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 15:55:34 2025 +0000
URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=0702b151
Bump version to 1.56-pre1
I won't use `-git` in version string. It doesn't work and the live
ebuild has to sed it out anyway.
Let's use `-pre` before release, nothing when tagging a release, and
-post afterwards until we prepare for a new release.
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
WebappConfig/version.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WebappConfig/version.py b/WebappConfig/version.py
index e41cb0c..21841be 100644
--- a/WebappConfig/version.py
+++ b/WebappConfig/version.py
@@ -13,7 +13,7 @@
#
# ========================================================================
-WCVERSION = '1.55-git'
+WCVERSION = '1.56-pre1'
if __name__ == '__main__':
print(WCVERSION)