Updates for portage-3.0.18 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/NEWS b/NEWS
index 84299e0..2812f8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.18
+--------------
+* profile-repo-deps is supported in layout.conf profile-formats.
+
 portage-3.0.16
 --------------
 * emirrordist supports the content-hash distfiles mirror layout.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6fd9e29..8c74f26 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.18
+==================================
+* Bug Fixes:
+    - Bug 651208 profile-repo-deps profile-formats support
+    - Bug 719260 remove glsa --quiet blank line
+    - Bug 722748 suppress emerge --oneshot portage suggestion
+
 portage-3.0.17
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index b6e7987..06e67f3 100755
--- a/setup.py
+++ b/setup.py
@@ -719,7 +719,7 @@
 
 setup(
 	name = 'portage',
-	version = '3.0.17',
+	version = '3.0.18',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	project_urls = {
 		'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',