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: Thu, 01 Dec 2022 05:14:17
Message-Id: 1669871638.af90e98484ef48e54d15f37754d70910f2622a9c.sam@gentoo
1 commit: af90e98484ef48e54d15f37754d70910f2622a9c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 05:13:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 05:13:58 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=af90e984
7
8 setup.py: prepare for 3.0.40
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 399c30025..b75d45e58 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.39",
24 + version="3.0.40",
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",