From e22dee8fdbf2df0f2c18d53a239931732d134c0a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 11 Jan 2020 11:45:01 +0000 Subject: Post-release micro version bump --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4791e52..7da31b1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +dbus Python Bindings 1.2.16 (UNRELEASED) +======================================== + +... + dbus Python Bindings 1.2.14 (2019-11-25) ======================================== diff --git a/configure.ac b/configure.ac index 7af706e..de30b5c 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, 14) +m4_define(dbus_python_micro_version, 15) AC_INIT([dbus-python], dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version, -- cgit v1.2.1