commit: e086b002bc4fc1daacb2ecab50c5e06207d896a4 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Oct 23 22:12:49 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Oct 23 22:12:49 2025 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e086b002
Bump version number to 4.1.0 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> catalyst/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/version.py b/catalyst/version.py index 52fa2f27..e6261b60 100644 --- a/catalyst/version.py +++ b/catalyst/version.py @@ -5,7 +5,7 @@ import os from snakeoil.version import get_git_version as get_ver -__version__ = "4.0.0" +__version__ = "4.1.0" _ver = None
