Skip to content

Commit 76066ad

Browse files
committed
Release 2.0.0
1 parent b5f0ebb commit 76066ad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
### python-baul 1.25.0
211

312
* initial commit: python-caja 1.24.0 fork

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([python-baul], [1.25.0],
1+
AC_INIT([python-baul], [2.0.0],
22
[https://github.com/cafe-desktop/python-baul/issues],
33
[python-baul], [http://cafe-desktop.org])
44

0 commit comments

Comments
 (0)