Prepare for 3.0.29 release

Signed-off-by: Sam James <sam@gentoo.org>
diff --git a/NEWS b/NEWS
index 1e772fd..95fc4e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 News (mainly features/major bug fixes)
 
+portage-3.0.29
+--------------
+* check for inconsistent/missing PROVIDES during package (and binpkg)
+  installation. See bug 811462.
+* avoid pulling in newer slots for upgrades in some cases. See bug 828136.
+* enable SONAME dependencies for binpkgs by default. See bug 687956.
+* add new options to allow avoiding building/using binpkgs for live ebuilds:
+  FEATURES="binpkg-live" and --usepkg-exclude-live.
+* add emphasis in output to user patches being applied.
+
 portage-3.0.27
 --------------
 * improve blocker output to make it clear which blockers
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 15ef69d..f9e4a98 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,11 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-3.0.29
+==================================
+    - Bug 811462: fixes to detect package (and binpkg) corruption due to broken
+                  scanelf.
+
 portage-3.0.28
 ==================================
     - Bug 816291: revert FILESDIR to symlink to fix SELinux regression.
diff --git a/setup.py b/setup.py
index db4dc4b..2c551e1 100755
--- a/setup.py
+++ b/setup.py
@@ -805,7 +805,7 @@
 
 setup(
     name="portage",
-    version="3.0.28",
+    version="3.0.29",
     url="https://wiki.gentoo.org/wiki/Project:Portage",
     project_urls={
         "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",