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 b5f0ebb commit 76066adCopy full SHA for 76066ad
NEWS
@@ -1,3 +1,12 @@
1
+### python-baul 2.0.0
2
+
3
+ * ci: some improvements
4
+ * baul-python:
5
+ - avoid deprecated 'PySys_SetArgv'
6
+ - Fix memory leak
7
+ * add G_GNUC_UNUSED in unused parameters
8
+ * baul-python-object: Fix [-Wcast-function-type] warnings
9
10
### python-baul 1.25.0
11
12
* initial commit: python-caja 1.24.0 fork
configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([python-baul], [1.25.0],
+AC_INIT([python-baul], [2.0.0],
[https://github.com/cafe-desktop/python-baul/issues],
[python-baul], [http://cafe-desktop.org])
0 commit comments