summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-09-02 15:51:40 +0100
committerSimon McVittie <smcv@collabora.com>2019-09-02 15:51:40 +0100
commitd6733481001502292e2c935718ecc8e957dd0c80 (patch)
tree16c62e908d821240f0bc2923c8a75667c3680058
parente5fd30a70661075dcd81913f9ab8c134f45deb4f (diff)
parentc786e961343b1acd9ac78c035b8e335bf1f3e634 (diff)
downloaddbus-python-d6733481001502292e2c935718ecc8e957dd0c80.tar.gz
Merge commit 'c786e961343b1acd9ac78c035b8e335bf1f3e634'
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 85f7f50..f891e4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dbus Python Bindings 1.2.12 (UNRELEASED)
+========================================
+
+...
+
D-Bus Python Bindings 1.2.10 (2019-09-02)
=========================================
diff --git a/configure.ac b/configure.ac
index 893e4e6..7f82ab6 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, 10)
+m4_define(dbus_python_micro_version, 11)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,