Updates for portage-3.0.14 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c2a5607..430b24a 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.14
+==================================
+* Bug Fixes:
+    - Bug 571126 KeyError during package moves "global updates"
+                 triggered by FEATURES=binpkg-multi-instance (same
+                 root cause as bug 765847)
+    - Bug 739004 Add @changed-subslot package set
+    - Bug 765847 Spurious package file renames during application of
+                 package moves with FEATURES=binpkg-multi-instance
+    - Bug 766012 Copy on write when applying a package move to a binary
+                 package, so that the old version of a binary package
+                 will remain available until eclean-pkg deletes it
+
 portage-3.0.13
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index bd27a53..5bd899e 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@
 
 setup(
 	name = 'portage',
-	version = '3.0.13',
+	version = '3.0.14',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',