Updates for portage-3.0.0 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/NEWS b/NEWS
index fdaba51..1d609bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.0
+--------------
+* Dropped support for Python 2.x.
+
 portage-2.3.101
 --------------
 * The new PORTAGE_LOG_FILTER_FILE_CMD make.conf(5) variable specifies a
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 85a16a4..3229891 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.0
+==================================
+* Bug Fixes:
+    - Bug 703698 Improve repos.conf handling of boolean settings
+    - Bug 721516 ecompress complains about compressed files that have
+          been excluded by docompress -x
+    - Bug 729852 Set XTerm titles for konsole
+    - Bug 731114 Drop support for python2.7
+    - Bug 731246 man ebuild(5) has incorrect example of $P and $PN
+    - Bug 732378 Use lru_cache for use_reduce, vercmp, and catpkgsplit
+    - Bug 733154 List of ignored warnings in .desktop files should be
+          updated for compatibility with >=desktop-file-utils-0.25
+
 portage-2.3.103
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index a3a0262..08a3a68 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.103',
+	version = '3.0.0',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',