From e203f00efd67afbef6ce18c1fcaff61a655a8bdc Mon Sep 17 00:00:00 2001 From: mbkma Date: Sun, 30 Oct 2022 23:07:07 +0100 Subject: release 1.27.0 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 08e0edf..f2eb263 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +### mate-sensors-applet 1.27.0 + + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * ci: drop -Wunused-parameter compiler cflag from debian build + * Use a blank line at most + * tx: update resource + * user-guide: fix typo reported by translators + ### mate-sensors-applet 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 33e0e3e..e9cfd33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([mate-sensors-applet], [1.26.0], [https://github.com/mate-desktop/mate-sensors-applet/issues], +AC_INIT([mate-sensors-applet], [1.27.0], [https://github.com/mate-desktop/mate-sensors-applet/issues], [mate-sensors-applet], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) -- cgit v1.2.1