Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Fri, 23 Sep 2022 03:24:31
Message-Id: 1663903437.06e43403a8d198cbf67c4dab81c799351f44f02f.sam@gentoo
1 commit: 06e43403a8d198cbf67c4dab81c799351f44f02f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 03:23:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 03:23:57 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=06e43403
7
8 setup.py: release 3.0.37
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 setup.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/setup.py b/setup.py
16 index d0024b7c1..e25d4043a 100755
17 --- a/setup.py
18 +++ b/setup.py
19 @@ -818,7 +818,7 @@ def get_data_files(regular_files, venv_files):
20
21 setup(
22 name="portage",
23 - version="3.0.36",
24 + version="3.0.37",
25 url="https://wiki.gentoo.org/wiki/Project:Portage",
26 project_urls={
27 "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",