commit: fdbf7e15cf5aae41581fa5b7936b878a3fd7b0b7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 01:19:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 01:20:09 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fdbf7e15
NEWS, setup.py: prepare for portage-3.0.48
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 6e9c6c2be..e059505bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.48 (UNRELEASED)
+portage-3.0.48 (2023-06-01)
--------------
Breaking changes:
* Output deprecation warnings for portageq, prepstrip and prepallstrip
diff --git a/setup.py b/setup.py
index 066365af0..3545acb0e 100755
--- a/setup.py
+++ b/setup.py
@@ -816,7 +816,7 @@ def get_data_files(regular_files, venv_files):
setup(
name="portage",
- version="3.0.47",
+ version="3.0.48",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes":
"https://gitweb.gentoo.org/proj/portage.git/plain/NEWS",