commit: 029b22b2589b3528872205a0ba943f8226a9b815
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 02:55:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 00:24:38 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=029b22b2
NEWS, setup.py: prepare for 3.0.38
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 6efa18442..615de4313 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.38 (UNRELEASED)
+portage-3.0.38 (2022-10-01)
--------------
Features:
diff --git a/setup.py b/setup.py
index e25d4043a..4dc9cd985 100755
--- a/setup.py
+++ b/setup.py
@@ -818,7 +818,7 @@ def get_data_files(regular_files, venv_files):
setup(
name="portage",
- version="3.0.37",
+ version="3.0.38",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes":
"https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",