summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-06 20:31:14 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-06 20:31:24 +0100
commitbb90b25642400c4f69ca9e1943a5167c4c9b6bdb (patch)
treea555719bcf4bd0f505f94b0fee96964f66853743
parenta2f9051cf9e57d3197a882662deddd63d9d1abee (diff)
downloaddbus-python-bb90b25642400c4f69ca9e1943a5167c4c9b6bdb.tar.gz
Start 1.3.2 development
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a140786..ec283bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dbus Python Bindings 1.3.2 (UNRELEASED)
+=======================================
+
+...
+
dbus Python Bindings 1.3.0 (2022-09-06)
=======================================
diff --git a/configure.ac b/configure.ac
index 7d4b0e0..68cb47e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59c)
# SPDX-License-Identifier: MIT
dnl Micro version is odd for non-releases
-AC_INIT([dbus-python], [1.3.0],
+AC_INIT([dbus-python], [1.3.1],
[https://gitlab.freedesktop.org/dbus/dbus-python/-/issues/new])
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
diff --git a/meson.build b/meson.build
index abd5681..9063405 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project(
'warning_level=2',
],
meson_version: '>=0.56',
- version: '1.3.0',
+ version: '1.3.1',
)
pc_mod = import('pkgconfig')