Updates for portage-2.3.75 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5282d55..24f8240 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.75
+==================================
+* Bug Fixes:
+    - Bug 235970 glsa-check: add --reverse option
+    - Bug 692134 glsa-check: fix truncated CVE ids in listmode
+    - Bug 692746 missed virtual/libmysqlclient update
+    - Bug 693242 premature backtracking termination
+
+
 portage-2.3.74
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index c13edd7..380ea73 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.74',
+	version = '2.3.75',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',