Updates for portage-3.0.20 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/NEWS b/NEWS
index 89e7c87..d8067aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.20
+--------------
+* Finalize EAPI 8.
+
 portage-3.0.19
 --------------
 * Enable EAPI 8.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1325dbc..2a471cc 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,11 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.20
+==================================
+    - Bug 777492: PORTAGE_NICENESS: Consider autogroup scheduling
+    - Bug 794166: setup.py: prefer setuptools over distutils
+
 portage-3.0.19
 ==================================
     - Bug 520378: allow emerge --fetchonly to log to emerge-fetch.log
diff --git a/setup.py b/setup.py
index 0ebdcbb..6be3889 100755
--- a/setup.py
+++ b/setup.py
@@ -734,7 +734,7 @@
 
 setup(
 	name = 'portage',
-	version = '3.0.19',
+	version = '3.0.20',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	project_urls = {
 		'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',