commit: b612de923d5faf4071130fa7010b5179d0553421 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 20 18:41:05 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 18:41:12 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=b612de92
start work on 0.12.21 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/pkgcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgcore/__init__.py b/src/pkgcore/__init__.py index 3556e1885..1fa3c42f7 100644 --- a/src/pkgcore/__init__.py +++ b/src/pkgcore/__init__.py @@ -1,2 +1,2 @@ __title__ = "pkgcore" -__version__ = "0.12.20" +__version__ = "0.12.21"
