summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-01-14 09:49:14 +0000
committerSimon McVittie <smcv@collabora.com>2020-01-14 09:49:14 +0000
commitb52b8183d682bd03588f3b2e73a434db9d3ceabe (patch)
treeebc49b537eb21c344cecfc934208b1c2a34ffbc5
parent39b3099e1409118c6cf1260e8966d448cb16a93e (diff)
downloaddbus-python-b52b8183d682bd03588f3b2e73a434db9d3ceabe.tar.gz
Increment micro version after release
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f1839e4..97ac0ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dbus Python Bindings 1.2.18 (UNRELEASED)
+========================================
+
+...
+
dbus Python Bindings 1.2.16 (2020-01-14)
========================================
diff --git a/configure.ac b/configure.ac
index 630a237..2bd130c 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, 16)
+m4_define(dbus_python_micro_version, 17)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,