From 75906bebc8b7ce8adef7040d5bebde8ff7f59090 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 25 Feb 2019 21:02:18 +0100 Subject: release 1.22.0 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7b48d78..4d98caf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +### python-caja 1.22.0 + + * fix distcheck when use python3 + * Initialize Travis CI support + * Examples: remove use of Python 2/3 incompatible urllib/urlparse. + * Report effective Python version and library location at the end of configure + * docs: fix remaining incompatibility with Python 3 + ### python-caja 1.21.1 * Translations update diff --git a/configure.ac b/configure.ac index fb0ad6b..1aacdd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([python-caja], [1.21.1], +AC_INIT([python-caja], [1.22.0], [https://github.com/mate-desktop/python-caja/issues], [python-caja], [http://mate-desktop.org]) -- cgit v1.2.1