summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-09-02 14:44:29 +0100
committerSimon McVittie <smcv@collabora.com>2019-09-02 14:44:29 +0100
commite6c02a03a5c2ef5df5893d7517ed3e109e860cd6 (patch)
tree81b212740cb4bc402d8485ab5e85307ef74495d4
parentcfda8990337860e673e7911b05fc99931640beb0 (diff)
downloaddbus-python-1.2.10.tar.gz
Prepare releasedbus-python-1.2.10
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 17594b7..85f7f50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus Python Bindings 1.2.10 (UNRELEASED)
+D-Bus Python Bindings 1.2.10 (2019-09-02)
=========================================
+The “wingèd horse” release.
+
dbus-python version control is now hosted on freedesktop.org's Gitlab
installation, and bug reports and feature requests have switched from
Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues
diff --git a/configure.ac b/configure.ac
index d5735d9..893e4e6 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, 9)
+m4_define(dbus_python_micro_version, 10)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,