summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,