summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-05-04 16:29:05 +0100
committerSimon McVittie <smcv@collabora.com>2018-05-04 17:15:40 +0100
commitb7f3f7757c28fdc25ce413ccb3c2c6f7e16cbb51 (patch)
tree6e2c78b0f7734f1b38e89d8f2097694f00636390
parentc50a1c9fc86c598d49ea85f7c383777ab165c9a1 (diff)
downloaddbus-python-1.2.8.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 245d739..bf2b2cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus Python Bindings 1.2.8 (UNRELEASED)
+D-Bus Python Bindings 1.2.8 (2018-05-04)
========================================
+The “cursed ice surface” release.
+
Dependencies:
• Documentation requires Sphinx and the readthedocs theme
diff --git a/configure.ac b/configure.ac
index a802075..e21ff2a 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, 7)
+m4_define(dbus_python_micro_version, 8)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,