diff --git a/NEWS.rst b/NEWS.rst index e1c9af55bf..64e6847673 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,6 +8,16 @@ the changes introduced by each of them. For a more fine-grained view, use the `git log`_. +v7.1.0 (unreleased) +=================== + +* **New features** + +* **Improvements** + +* **Bug fixes** + + v7.0.0 (2021-01-15) =================== diff --git a/meson.build b/meson.build index b5164f68ed..b5277b4cba 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'libvirt', 'c', - version: '7.0.0', + version: '7.1.0', license: 'LGPLv2+', meson_version: '>= 0.54.0', default_options: [