Updates for portage-3.0.19 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/NEWS b/NEWS
index 2812f8a..89e7c87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.19
+--------------
+* Enable EAPI 8.
+
 portage-3.0.18
 --------------
 * profile-repo-deps is supported in layout.conf profile-formats.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8c74f26..1325dbc 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,19 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.19
+==================================
+    - Bug 520378: allow emerge --fetchonly to log to emerge-fetch.log
+    - Bug 698244: portage(5) document user patch / eapply_user
+    - Bug 781854: Suggest PORTAGE_LOG_FILTER_FILE_CMD cat fallback
+    - Bug 782724: sort emerge --unmerge order for determinism
+    - Bug 783957: lazily evaluate cnf_* variables in tests
+    - Bug 784566: make emerge insensitive to relative order of optional
+                  and positional arguments
+    - Bug 787545: emerge CTRL C may be ignored when running pkg_pretend
+    - Bug 787563: ebuild-ipc could handle KeyboardInterrupt
+    - Bug 788967: emerge --jobs= triggers TypeError
+
 portage-3.0.18
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index 06e67f3..f9609d0 100755
--- a/setup.py
+++ b/setup.py
@@ -719,7 +719,7 @@
 
 setup(
 	name = 'portage',
-	version = '3.0.18',
+	version = '3.0.19',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	project_urls = {
 		'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',