summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-09-12 11:27:30 +0100
committerSimon McVittie <smcv@collabora.com>2019-09-12 11:27:30 +0100
commit25e9a5f2c861d87e57d65453f5f95daba27f4b0c (patch)
tree6b67c341c92414637e7a5867449da07fa03872e6
parent5426797ad2f243aeef3e934d35334ab7183bfb6d (diff)
downloaddbus-python-25e9a5f2c861d87e57d65453f5f95daba27f4b0c.tar.gz
Post-release version bump
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4aada42..d8bc272 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dbus Python Bindings 1.2.14 (UNRELEASED)
+========================================
+
+...
+
dbus Python Bindings 1.2.12 (2019-09-12)
========================================
diff --git a/configure.ac b/configure.ac
index 0815878..2cd026f 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, 12)
+m4_define(dbus_python_micro_version, 13)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,