Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/
Date: Thu, 29 Dec 2022 17:57:10
Message-Id: 1672336622.101849420c693f36110ac8ec168ac628ff2dfe7f.arthurzam@gentoo
1 commit: 101849420c693f36110ac8ec168ac628ff2dfe7f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 17:57:02 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 17:57:02 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=10184942
7
8 start work on 0.12.19
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 src/pkgcore/__init__.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/src/pkgcore/__init__.py b/src/pkgcore/__init__.py
16 index a9d006afd..38b9d93c2 100644
17 --- a/src/pkgcore/__init__.py
18 +++ b/src/pkgcore/__init__.py
19 @@ -1,2 +1,2 @@
20 __title__ = "pkgcore"
21 -__version__ = "0.12.18"
22 +__version__ = "0.12.19"