diff options
author | raveit65 <[email protected]> | 2019-06-18 16:01:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-18 16:01:11 +0200 |
commit | 3fd2c1823f8c52b56f8148a6dec25e474314c294 (patch) | |
tree | 1d55282f7e7ec1da211d6bbfa9a7214c3d8f0bc6 | |
parent | 4cb82e1a8703ad7ccf3840154bcea7869935616d (diff) | |
download | python-caja-c089a3a1f1d79ea1a40673cfa4798ba13251587f.tar.bz2 python-caja-c089a3a1f1d79ea1a40673cfa4798ba13251587f.tar.xz |
release 1.23.0v1.23.0
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### python-caja 1.23.0 + + * tx: sync with transifex + * Add support for building with Python 3.8 + * Change url project's website + * Create FUNDING.yml + * Make Caja.OperationHandle usable. + ### python-caja 1.22.0 * fix distcheck when use python3 diff --git a/configure.ac b/configure.ac index 4e23b59..63d9da8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([python-caja], [1.22.0], +AC_INIT([python-caja], [1.23.0], [https://github.com/mate-desktop/python-caja/issues], [python-caja], [http://mate-desktop.org]) |