summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-06 18:37:10 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-06 18:37:10 +0100
commit1dc495b5c0c83a5866f2c85417510d0cf4fe47a0 (patch)
treed08fe223436dcebe11338e6a1d030814a7eebc74
parent58699464ee1f3d2707f5a8d5a699dd1dd3dbec9e (diff)
downloaddbus-python-1dc495b5c0c83a5866f2c85417510d0cf4fe47a0.tar.gz
Prepare v1.3.0dbus-python-1.3.0
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4f31312..a140786 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-dbus Python Bindings 1.3.0 (UNRELEASED)
+dbus Python Bindings 1.3.0 (2022-09-06)
=======================================
Dependencies:
diff --git a/configure.ac b/configure.ac
index 0236ee5..7d4b0e0 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.2.19],
+AC_INIT([dbus-python], [1.3.0],
[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 727c085..abd5681 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project(
'warning_level=2',
],
meson_version: '>=0.56',
- version: '1.2.19',
+ version: '1.3.0',
)
pc_mod = import('pkgconfig')