summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-06-18 16:01:11 +0200
committerraveit65 <[email protected]>2019-06-18 16:01:11 +0200
commit3fd2c1823f8c52b56f8148a6dec25e474314c294 (patch)
tree1d55282f7e7ec1da211d6bbfa9a7214c3d8f0bc6
parent4cb82e1a8703ad7ccf3840154bcea7869935616d (diff)
downloadpython-caja-3fd2c1823f8c52b56f8148a6dec25e474314c294.tar.bz2
python-caja-3fd2c1823f8c52b56f8148a6dec25e474314c294.tar.xz
release 1.23.0v1.23.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d98caf..1635160 100644
--- a/NEWS
+++ b/NEWS
@@ -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])