summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-01-29 12:41:57 +0000
committerSimon McVittie <smcv@collabora.com>2018-01-29 12:42:14 +0000
commitbf54889b7bd2eee361843310c86bd6d7701110fc (patch)
tree1b142f91d461f1e09f1c827a5bf4b454ce24b6af
parent80948a2ec2ed1a2b19f1287c99bff1e5bd5b1b67 (diff)
Prepare 1.2.6
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 99e3fe1..6ab6dbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus Python Bindings 1.2.6 (UNRELEASED)
+D-Bus Python Bindings 1.2.6 (2018-01-29)
========================================
+The “doppler radar” release.
+
Dependencies:
• When using Python 2, version 2.7 is now required. Python 2.6 security
diff --git a/configure.ac b/configure.ac
index fa7149f..be22583 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, 5)
+m4_define(dbus_python_micro_version, 6)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,