Updates for portage-3.0.17 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 87af750..6fd9e29 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,11 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.17
+==================================
+* Bug Fixes:
+    - Bug 773469 emerge --binpkg-respect-use=y implies --autounmask-use=n
+
 portage-3.0.16
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index 20ebc2f..e473e7d 100755
--- a/setup.py
+++ b/setup.py
@@ -716,7 +716,7 @@
 
 setup(
 	name = 'portage',
-	version = '3.0.16',
+	version = '3.0.17',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	project_urls = {
 		'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',