summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-10-15 08:18:22 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-10-15 08:18:22 +0200
commitc9c41bc881ffba1f993e9391c853b1a772d5052b (patch)
tree7c85f73ef5c4362e06c3db0650faa53909e69af5
parent3e7907558c6dfd69c4cd230db7e051148118e1c7 (diff)
downloadzeitgeist-c9c41bc881ffba1f993e9391c853b1a772d5052b.tar.gz
Release 1.0.3v1.0.3
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
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/])