From 65fb009e54f3c17f89006e8153d655ad3880f3d0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 31 Jan 2020 11:57:32 +0100 Subject: release 1.23.1 --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1635160..09d021f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ +### python-caja 1.23.1 + + * Translations update + * configure: get quieter output from make + * Get rid of commons + * migrate from intltools to gettext + * README: update required Python version + * drop Python 2 support (#50) + * Make configure.ac cross compile safe. + * Remove trailing whitespaces + ### python-caja 1.23.0 - * tx: sync with transifex + * Translations update * Add support for building with Python 3.8 * Change url project's website * Create FUNDING.yml diff --git a/configure.ac b/configure.ac index 0df8d88..2f1ea76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([python-caja], [1.23.0], +AC_INIT([python-caja], [1.23.1], [https://github.com/mate-desktop/python-caja/issues], [python-caja], [http://mate-desktop.org]) -- cgit v1.2.1