From e6c02a03a5c2ef5df5893d7517ed3e109e860cd6 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 2 Sep 2019 14:44:29 +0100 Subject: Prepare release Signed-off-by: Simon McVittie --- NEWS | 4 +++- configure.ac | 2 +- 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, -- cgit v1.2.1