summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-14 14:10:16 -0400
committerDavid Robillard <d@drobilla.net>2022-07-18 21:29:33 -0400
commit849151ec75ebcfcbe0716fa55b1f49891eb6f61d (patch)
treee5ec4ac35112ac464cde4a03d39b2f713c1e5584 /bindings
parent55dc97a32eeeb42012ce1e7d28ed99ea537f4d2f (diff)
downloadlilv-849151ec75ebcfcbe0716fa55b1f49891eb6f61d.tar.gz
lilv-849151ec75ebcfcbe0716fa55b1f49891eb6f61d.tar.bz2
lilv-849151ec75ebcfcbe0716fa55b1f49891eb6f61d.zip
Lilv 0.24.16v0.24.16
Diffstat (limited to 'bindings')
-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 0810188..2390d65 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.15'
+version = '0.24.16'
# The full version, including alpha/beta/rc tags.
-release = '0.24.15'
+release = '0.24.16'
# 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 edb7658..fbd581c 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.15"
+__version__ = "0.24.16"
__maintainer__ = "David Robillard"
__email__ = "d@drobilla.net"
__status__ = "Production"