We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91853c commit 65fb009Copy full SHA for 65fb009
2 files changed
NEWS
@@ -1,6 +1,17 @@
1
+### python-caja 1.23.1
2
+
3
+ * Translations update
4
+ * configure: get quieter output from make
5
+ * Get rid of commons
6
+ * migrate from intltools to gettext
7
+ * README: update required Python version
8
+ * drop Python 2 support (#50)
9
+ * Make configure.ac cross compile safe.
10
+ * Remove trailing whitespaces
11
12
### python-caja 1.23.0
13
- * tx: sync with transifex
14
15
* Add support for building with Python 3.8
16
* Change url project's website
17
* Create FUNDING.yml
configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.23.0],
+AC_INIT([python-caja], [1.23.1],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [http://mate-desktop.org])
0 commit comments