Updates for the release
diff --git a/NEWS b/NEWS
index dd04a44..48dd7f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 News (mainly features/major bug fixes)
 
+
+portage-2.2.26
+--------------
+* EAPI 6 stable portage release
+
+
 portage-2.2.25
 --------------
 * EAPI 6 final fully implemented.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6a81495..6e3e591 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,30 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.2.27
+==================================
+* Bug Fixes:
+    - Bug 532224 Fixes commit 28828655da86 @profile pkg set support
+    - Bug 566024 Fix logic when deep is True
+    - Bug 567932 SyncManager.sync: always return 4-tuple
+    - Bug 561686 _dep_check_composite_db._visible: verify that highest_visible
+                 matches
+    - Bug 567920 Manifest._apply_max_mtime: account for removals and renames
+    - Bug 567746 repoman: use metadata.dtd from rsync tree if available
+    - Bug 568354 depgraph._resolve: consider unresolved @system atoms fatal
+    - Bug 567360 doebuild: Support finding lib* for ccache/distcc/icecc
+                 masquerade dir
+    - Bug 568054 repoman: Do not check for PATCHES array in EAPI 6 and later.
+    - Bug 568934 flat_hash: enable md5 validation for /var/cache/edb/dep
+    - Bug 569942 elog/mod_save: fix CATEGORY KeyError
+    - Bug 486362 repoman: add clutter to inherit.deprecated
+    - Bug 562652 emaint/.../merges: Rename --purge-tracker option
+    - Bug 570530 INSTALL_MASK: enable matching of broken symlinks
+    - Bug 570672 emerge: Add --autounmask-only parameter
+    - Bug 570798 support bsddb3 module
+
+
+
 portage-2.2.26
 ==================================
 * Bug Fixes:
@@ -13,6 +37,7 @@
     - Bug 566704 depgraph: autounmask for conditional USE deps
 * other EAPI 6 code changes: eapply_user, several corrections
 
+
 portage-2.2.25
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index 3c0ce0c..62c2662 100755
--- a/setup.py
+++ b/setup.py
@@ -615,7 +615,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.2.26',
+	version = '2.2.27',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',