summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rwxr-xr-xsetup.py2
2 files changed, 9 insertions, 1 deletions
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",