Updates for portage-2.3.52 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c8fdc02..87309e3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,16 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.52
+==================================
+* Bug Fixes:
+    - Bug 603594 Run RANLIB after stripping static archives to fix LTO
+    - Bug 659582 Support FEATURES=pid-sandbox
+    - Bug 668206 doebuild: skip timestamp check for deleted distfiles
+    - Bug 668638 *-qa-check.d: fix entering EROOT in EAPI 7
+    - Bug 670082 portageq get_repo_path: fix <eroot> parameter
+
+
 portage-2.3.51
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index f9cc6a6..b0bc514 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.51',
+	version = '2.3.52',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',