Updates for portage-3.0.13 release

Signed-off-by: Zac Medico <zmedico@gentoo.org>
diff --git a/NEWS b/NEWS
index c9bd5cf..685e42b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.13
+--------------
+* FETCHCOMMAND now supports a \${DIGESTS} placeholder which expands
+  to a space separated list of digests. Refer to the FETCHCOMMAND
+  documentation in the make.conf(5) man page.
+
 portage-3.0.6
 --------------
 * emerge --search now detects regular expressions automatically. This
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0bbe7ad..c2a5607 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.13
+==================================
+* Bug Fixes:
+    - Bug 763339 always allow event loops to run in threads
+    - Bug 764764 fix virtual/dist-kernel slot operator rebuilds
+    - Bug 764905 wrap asyncio child watcher for thread safety
+
 portage-3.0.12
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index be69fff..bd27a53 100755
--- a/setup.py
+++ b/setup.py
@@ -655,7 +655,7 @@
 
 setup(
 	name = 'portage',
-	version = '3.0.12',
+	version = '3.0.13',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',