diff -pruN 2.5.0-2/debian/changelog 2.6.0-2/debian/changelog
--- 2.5.0-2/debian/changelog	2021-09-29 15:05:40.000000000 +0000
+++ 2.6.0-2/debian/changelog	2022-03-25 08:34:53.000000000 +0000
@@ -1,3 +1,16 @@
+python-oslo.versionedobjects (2.6.0-2) unstable; urgency=medium
+
+  * Uploading to unstable.
+  * Add autopkgtest.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 25 Mar 2022 09:34:53 +0100
+
+python-oslo.versionedobjects (2.6.0-1) experimental; urgency=medium
+
+  * New upstream release.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 21 Feb 2022 12:33:26 +0100
+
 python-oslo.versionedobjects (2.5.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff -pruN 2.5.0-2/debian/tests/control 2.6.0-2/debian/tests/control
--- 2.5.0-2/debian/tests/control	1970-01-01 00:00:00.000000000 +0000
+++ 2.6.0-2/debian/tests/control	2022-03-25 08:34:53.000000000 +0000
@@ -0,0 +1,5 @@
+Tests: unittests
+Depends:
+ @,
+ @builddeps@,
+Restrictions: allow-stderr needs-root
diff -pruN 2.5.0-2/debian/tests/unittests 2.6.0-2/debian/tests/unittests
--- 2.5.0-2/debian/tests/unittests	1970-01-01 00:00:00.000000000 +0000
+++ 2.6.0-2/debian/tests/unittests	2022-03-25 08:34:53.000000000 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+pkgos-dh_auto_test --no-py2 'oslo_versionedobjects\.tests.*'
diff -pruN 2.5.0-2/releasenotes/source/index.rst 2.6.0-2/releasenotes/source/index.rst
--- 2.5.0-2/releasenotes/source/index.rst	2021-08-10 14:34:33.000000000 +0000
+++ 2.6.0-2/releasenotes/source/index.rst	2021-12-21 08:58:14.000000000 +0000
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   xena
    wallaby
    victoria
    ussuri
diff -pruN 2.5.0-2/releasenotes/source/xena.rst 2.6.0-2/releasenotes/source/xena.rst
--- 2.5.0-2/releasenotes/source/xena.rst	1970-01-01 00:00:00.000000000 +0000
+++ 2.6.0-2/releasenotes/source/xena.rst	2021-12-21 08:58:14.000000000 +0000
@@ -0,0 +1,6 @@
+=========================
+Xena Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/xena
diff -pruN 2.5.0-2/setup.cfg 2.6.0-2/setup.cfg
--- 2.5.0-2/setup.cfg	2021-08-10 14:34:33.000000000 +0000
+++ 2.6.0-2/setup.cfg	2021-12-21 08:58:14.000000000 +0000
@@ -18,6 +18,7 @@ classifier =
     Programming Language :: Python :: 3.6
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3 :: Only
     Programming Language :: Python :: Implementation :: CPython
 
diff -pruN 2.5.0-2/.zuul.yaml 2.6.0-2/.zuul.yaml
--- 2.5.0-2/.zuul.yaml	2021-08-10 14:34:33.000000000 +0000
+++ 2.6.0-2/.zuul.yaml	2021-12-21 08:58:14.000000000 +0000
@@ -5,7 +5,7 @@
     templates:
       - check-requirements
       - lib-forward-testing-python3
-      - openstack-python3-xena-jobs
+      - openstack-python3-yoga-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
