From c9c41bc881ffba1f993e9391c853b1a772d5052b Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 15 Oct 2020 08:18:22 +0200 Subject: Release 1.0.3 --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 86c93ee7..0303256c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ -2018-01-31: Zeitgeist 1.0.2 "Phoenix" +2020-10-15: Zeitgeist 1.0.3 "Ruby" +--------------------------------------------------------------- + +Overall: + - Fix compile error with new vala + - Port to python3 and update tests + - Drop support for python2 + + +2019-01-31: Zeitgeist 1.0.2 "Phoenix" --------------------------------------------------------------- Overall: diff --git a/configure.ac b/configure.ac index 23f172b8..d92bd30a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([zeitgeist], [1.0.2], +AC_INIT([zeitgeist], [1.0.3], [https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues], [zeitgeist], [https://launchpad.net/zeitgeist/]) -- cgit v1.2.1