summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-01-11 11:45:01 +0000
committerSimon McVittie <smcv@collabora.com>2020-01-11 11:45:01 +0000
commite22dee8fdbf2df0f2c18d53a239931732d134c0a (patch)
tree29827212c44fdda17f1dfc0422e6a166747fc805
parent5b66a58b435f32ec72222d839fa24566b76cc9a2 (diff)
downloaddbus-python-e22dee8fdbf2df0f2c18d53a239931732d134c0a.tar.gz
Post-release micro version bump
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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,