diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### python-caja 1.20.2 + + * Translations update + * disable deprecation warnings for distcheck + ### python-caja 1.20.1 * Translations update diff --git a/configure.ac b/configure.ac index b823fa5..e4cdd83 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([python-caja], [1.20.1], +AC_INIT([python-caja], [1.20.2], [https://github.com/mate-desktop/python-caja/issues], [python-caja], [http://mate-desktop.org]) |