From 980baf646197320c4c8ebe3cc7d7a03e77afd015 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Mon, 3 Aug 2026 11:47:50 +0200 Subject: [PATCH] Post-release version bump to 12.7.0 Signed-off-by: Jiri Denemark --- NEWS.rst | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 582495a997..ae4d8c18a5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,6 +8,20 @@ the changes introduced by each of them. For a more fine-grained view, use the `git log`_. +v12.7.0 (unreleased) +==================== + +* **Security** + +* **Removed features** + +* **New features** + +* **Improvements** + +* **Bug fixes** + + v12.6.0 (2026-08-03) ==================== diff --git a/meson.build b/meson.build index 6d5085042c..2a48a10aa2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'libvirt', 'c', - version: '12.6.0', + version: '12.7.0', license: 'LGPLv2+', meson_version: '>= 0.57.0', default_options: [ -- 2.47.3