aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-29 09:15:15 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-29 09:15:15 +0200
commit12d9e01dc5e269d60ddf42bfe61927c88b2aadb2 (patch)
tree0b618f328e2ea8b92ab49f33116f0b71592cf632
parentAttempt to fix creating FILESDIR properly (diff)
downloadportage-12d9e01dc5e269d60ddf42bfe61927c88b2aadb2.tar.gz
portage-12d9e01dc5e269d60ddf42bfe61927c88b2aadb2.tar.bz2
portage-12d9e01dc5e269d60ddf42bfe61927c88b2aadb2.zip
Prepare for 3.0.26 releaseportage-3.0.26
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--NEWS6
-rw-r--r--RELEASE-NOTES2
-rwxr-xr-xsetup.py2
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fa5c6ca8b..4b04e4d71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
News (mainly features/major bug fixes)
-portage-3.0.25
+portage-3.0.26
--------------
+* fix broken FILESDIR copying logic.
+
+portage-3.0.25 (yanked)
+-----------------------
* fix Python < 3.8 compatibility of FILESDIR copying code.
portage-3.0.24
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c98b6c5a9..6c5e58b6d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,7 +1,7 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
-portage-3.0.25
+portage-3.0.25 (yanked)
==================================
- Bug 703520: output a QA notice when eend is called without
an argument
diff --git a/setup.py b/setup.py
index f9933fff9..fefdc1266 100755
--- a/setup.py
+++ b/setup.py
@@ -805,7 +805,7 @@ def get_data_files(regular_files, venv_files):
setup(
name="portage",
- version="3.0.25",
+ version="3.0.26",
url="https://wiki.gentoo.org/wiki/Project:Portage",
project_urls={
"Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",