summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-05-04 18:20:38 +0100
committerSimon McVittie <smcv@collabora.com>2018-05-04 18:20:38 +0100
commita4a5a0526d7a4c9465a5e97b5f459c0922953e9e (patch)
tree9e86f8516fe8be646c6bfce239eabf84704e2567
parentdf36300626fa22ec39b4ef711bc31b4ee233ddfc (diff)
Start 1.2.10 development
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bf2b2cc..f3dc509 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus Python Bindings 1.2.10 (UNRELEASED)
+=========================================
+
+...
+
D-Bus Python Bindings 1.2.8 (2018-05-04)
========================================
diff --git a/configure.ac b/configure.ac
index e21ff2a..9bab4ab 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, 8)
+m4_define(dbus_python_micro_version, 9)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,