From 81bd78db915bc0d11f23386e49ffe29968ded486 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Jan 2024 16:23:00 -0500 Subject: Fix null dereference when trying to load state from a missing file --- bindings/python/conf.py | 6 +++--- bindings/python/lilv.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bindings/python') diff --git a/bindings/python/conf.py b/bindings/python/conf.py index 736cb79..64252ed 100644 --- a/bindings/python/conf.py +++ b/bindings/python/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2016-2022 David Robillard +# Copyright 2016-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC # @@ -60,9 +60,9 @@ copyright = u'2016, David Robillard' # built documents. # # The short X.Y version. -version = '0.24.22' +version = '0.24.23' # The full version, including alpha/beta/rc tags. -release = '0.24.22' +release = '0.24.23' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/bindings/python/lilv.py b/bindings/python/lilv.py index a8dcfec..ac0c46e 100644 --- a/bindings/python/lilv.py +++ b/bindings/python/lilv.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: ISC __author__ = "David Robillard" -__copyright__ = "Copyright 2016-2022 David Robillard" +__copyright__ = "Copyright 2016-2024 David Robillard" __license__ = "ISC" __version__ = "0.24.22" __maintainer__ = "David Robillard" -- cgit v1.2.1