diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 21:40:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 21:40:27 -0400 |
commit | c36d3451278555134de850fc548d743b6da2179a (patch) | |
tree | bd0687bc4e27061b8b7ec419d69bc32040c03725 /bindings | |
parent | 0744f58d5fc995009a22466299cbe92ba4be4d60 (diff) | |
download | lilv-c36d3451278555134de850fc548d743b6da2179a.tar.gz lilv-c36d3451278555134de850fc548d743b6da2179a.tar.bz2 lilv-c36d3451278555134de850fc548d743b6da2179a.zip |
Lilv 0.24.14v0.24.14
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/conf.py | 4 | ||||
-rw-r--r-- | bindings/python/lilv.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python/conf.py b/bindings/python/conf.py index 005e03a..7db38f9 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.12' +version = '0.24.14' # The full version, including alpha/beta/rc tags. -release = '0.24.12' +release = '0.24.14' # 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 98da72f..252d8fc 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.12" +__version__ = "0.24.14" __maintainer__ = "David Robillard" __email__ = "d@drobilla.net" __status__ = "Production" |