diff options
-rw-r--r-- | NEWS | 8 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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) -------------- @@ -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", |