From bdcf0c35bb3e7de4e85646b6cd195a501ba12ca7 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Thu, 15 Jan 2026 10:12:36 +0100 Subject: [PATCH] Post-release version bump to 12.1.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 4d15ef1cff..54f541cdbc 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.1.0 (unreleased) +==================== + +* **Security** + +* **Removed features** + +* **New features** + +* **Improvements** + +* **Bug fixes** + + v12.0.0 (2026-01-15) ==================== diff --git a/meson.build b/meson.build index 2f807bc3a2..d72c8e7a23 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'libvirt', 'c', - version: '12.0.0', + version: '12.1.0', license: 'LGPLv2+', meson_version: '>= 0.57.0', default_options: [ -- 2.47.3