From b5c708a47ee175c8c009099b54cdea09e0c7c7a6 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 6 Sep 2022 21:37:31 +0100 Subject: Prepare v1.3.2 Signed-off-by: Simon McVittie --- NEWS | 11 +++++++++-- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 804734c..036f959 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,14 @@ -dbus Python Bindings 1.3.2 (UNRELEASED) +dbus Python Bindings 1.3.2 (2022-09-06) ======================================= -... +Fixes: + +* Reinstate PKG-INFO and egg-info in source tarball, so that it can be + used as a PyPI sdist + (Simon McVittie) + +* Fix reStructured Text formatting in NEWS + (Simon McVittie) dbus Python Bindings 1.3.0 (2022-09-06) ======================================= diff --git a/configure.ac b/configure.ac index 68cb47e..19054fc 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.59c) # SPDX-License-Identifier: MIT dnl Micro version is odd for non-releases -AC_INIT([dbus-python], [1.3.1], +AC_INIT([dbus-python], [1.3.2], [https://gitlab.freedesktop.org/dbus/dbus-python/-/issues/new]) AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) diff --git a/meson.build b/meson.build index 9063405..ddccacc 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,7 @@ project( 'warning_level=2', ], meson_version: '>=0.56', - version: '1.3.1', + version: '1.3.2', ) pc_mod = import('pkgconfig') -- cgit v1.2.1