summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-01-14 09:15:44 +0000
committerSimon McVittie <smcv@collabora.com>2020-01-14 09:15:47 +0000
commit39b3099e1409118c6cf1260e8966d448cb16a93e (patch)
tree583a7f20d2e5b7fdcac94dfbb3db7a248ec2e2dd
parentdef1917b593290c1eecae04939ec731b3f306f31 (diff)
downloaddbus-python-39b3099e1409118c6cf1260e8966d448cb16a93e.tar.gz
Release v1.12.16dbus-python-1.2.16
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dd649b4..f1839e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-dbus Python Bindings 1.2.16 (UNRELEASED)
+dbus Python Bindings 1.2.16 (2020-01-14)
========================================
+The “bag of assorted swords” release.
+
Enhancements:
• All tests are run even if the tap.py module is not available, although
diff --git a/configure.ac b/configure.ac
index 9f75a47..630a237 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, 15)
+m4_define(dbus_python_micro_version, 16)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,