Updates for portage-2.3.51 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1791741..c8fdc02 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.51
+==================================
+* Bug Fixes:
+    - Bug 666554 HardlinkQuarantineRepoStorage: exclude distfiles and packages
+    - Bug 667008 delete *.ecompress for empty PORTAGE_COMPRESS
+    - Bug 667072 ecompress: Detect and report colliding (un)compressed files
+    - Bug 667604 move install-qa-check.d/08gentoo-paths to gentoo repo
+
+
 portage-2.3.50
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index b8ade6f..f9cc6a6 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.50',
+	version = '2.3.51',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',