Updates for portage-2.3.92 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2d993bd..586f103 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,19 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.92
+==================================
+* Bug Fixes:
+    - Bug 601252 emerge --pretend --fetchonly event loop recursion
+    - Bug 709334 socks5-server.py async and await coroutine syntax
+    - Bug 709746 Rename PORTAGE_LOG_FILTER_FILE_CMD from
+      PORTAGE_LOG_FILTER_FILE
+    - Bug 711322 emerge hang after src_install
+    - Bug 711362 egencache AttributeError: 'NoneType' object has no
+      attribute 'ebuild'
+    - Bug 711400 AttributeError: 'NoneType' object has no attribute
+      'depth'
+
 portage-2.3.91
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index 6fac646..5499b97 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.91',
+	version = '2.3.92',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',