summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-17 09:22:05 -0400
committerDavid Robillard <d@drobilla.net>2022-07-08 21:14:01 -0400
commit43ef0787dee53b75d07528689836ed1930e6f60b (patch)
treec746f04cee4a31cd653390d213de3728be19a977 /bindings/python
parentc36d3451278555134de850fc548d743b6da2179a (diff)
downloadlilv-43ef0787dee53b75d07528689836ed1930e6f60b.tar.gz
lilv-43ef0787dee53b75d07528689836ed1930e6f60b.tar.bz2
lilv-43ef0787dee53b75d07528689836ed1930e6f60b.zip
Fix fallback flock() detection on MacOS
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/conf.py4
-rw-r--r--bindings/python/lilv.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python/conf.py b/bindings/python/conf.py
index 7db38f9..0810188 100644
--- a/bindings/python/conf.py
+++ b/bindings/python/conf.py
@@ -56,9 +56,9 @@ copyright = u'2016, David Robillard'
# built documents.
#
# The short X.Y version.
-version = '0.24.14'
+version = '0.24.15'
# The full version, including alpha/beta/rc tags.
-release = '0.24.14'
+release = '0.24.15'
# 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 252d8fc..edb7658 100644
--- a/bindings/python/lilv.py
+++ b/bindings/python/lilv.py
@@ -3,7 +3,7 @@
__author__ = "David Robillard"
__copyright__ = "Copyright 2016-2020 David Robillard"
__license__ = "ISC"
-__version__ = "0.24.14"
+__version__ = "0.24.15"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"