summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-07-20 10:45:54 +0100
committerSimon McVittie <smcv@collabora.com>2021-07-20 10:45:54 +0100
commit7bf42eed2d241a0cf3879f6080e31a2e2867a2f5 (patch)
treedf060b7f5a19f6896084749c24f896d61e2690b3
parentdeac6f6aaee74a2f78c4d165664fee28930c2190 (diff)
downloaddbus-python-7bf42eed2d241a0cf3879f6080e31a2e2867a2f5.tar.gz
Release v1.2.18dbus-python-1.2.18
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 41c7056..2ea3ef4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-dbus Python Bindings 1.2.18 (UNRELEASED)
+dbus Python Bindings 1.2.18 (2021-07-20)
========================================
Build-time configuration changes:
diff --git a/configure.ac b/configure.ac
index a0f85a9..b050aff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl The dbus-python version number
m4_define(dbus_python_major_version, 1)
m4_define(dbus_python_minor_version, 2)
dnl Micro version is odd for non-releases
-m4_define(dbus_python_micro_version, 17)
+m4_define(dbus_python_micro_version, 18)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,