commit: c8423b3f4f7d9daa74a8f37afe00b6d3a50a9b4d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 10:50:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 10:50:10 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c8423b3f
setup.py, NEWS: prepare for 3.0.36
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 8 ++++++++
setup.py | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 8fb4269a9..e151452d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+portage-3.0.36 (2022-09-09)
+--------------
+
+Bug fixes:
+* The layout of gpkg (new binpkg format) packages has been fixed (bug #865905).
+
+* Fix getbinpkg fetching (bug #864160).
+
portage-3.0.35 (2022-08-23)
--------------
diff --git a/setup.py b/setup.py
index e65963e49..d0024b7c1 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.35",
+ version="3.0.36",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes":
"https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",