commit:     07b91c4e4ce568d31799c32f753fe90e3a884050
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 10:42:50 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 11:08:27 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=07b91c4e

Updates for portage-3.0.21 release

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 NEWS     | 4 ++++
 setup.py | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index d8067aa5e..d99d01791 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.21
+--------------
+* EAPI 8 fixups.
+
 portage-3.0.20
 --------------
 * Finalize EAPI 8.

diff --git a/setup.py b/setup.py
index fb4d5c1a5..320db3367 100755
--- a/setup.py
+++ b/setup.py
@@ -783,7 +783,7 @@ def get_data_files(regular_files, venv_files):
 
 setup(
        name = 'portage',
-       version = '3.0.20',
+       version = '3.0.21',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        project_urls = {
                'Release Notes': 
'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',

Reply via email to