commit: b9ba6da4fc0b862721de4c46fe92c0bc0edab20b Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Oct 23 22:21:04 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Oct 23 22:21:04 2025 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b9ba6da4
Bump version number to 4.0.1 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..42c73179 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.0.1" _ver = None
