summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d98caf..0eac3ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+### python-caja 1.22.1
+
+ * Translations update
+ * Add support for building with Python 3.8
+
### python-caja 1.22.0
* fix distcheck when use python3
diff --git a/configure.ac b/configure.ac
index 4e23b59..3086132 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.22.0],
+AC_INIT([python-caja], [1.22.1],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [http://mate-desktop.org])