Updates for portage-2.3.74 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b2c3460..5282d55 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,20 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.74
+==================================
+* Bug Fixes:
+    - Bug 587930 glsa-check: add exit code for affected GLSAs
+    - Bug 688902 Add FEATURES=pkgdir-index-trusted
+    - Bug 690758 Use RTNETLINK to configure the loopback interface
+    - Bug 692872 glsa-check: forward port --quiet option from
+      gentoolkit
+    - Bug 693026 rsync: proxychains compatibility
+    - Bug 693088 glsa-check: forward port remaining changes from
+      gentoolkit
+    - Bug 693096 emerge: deprecate --changelog option
+
+
 portage-2.3.73
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index 4030cac..c13edd7 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.73',
+	version = '2.3.74',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',