diff options
author | David Robillard <d@drobilla.net> | 2017-01-04 11:51:03 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-01-04 11:51:03 -0500 |
commit | d2de1ed3abdbbf146c13001c2bc932a2dc52e615 (patch) | |
tree | 55336eb6fe2ab5f499ec5e8d38a89128a7f661fe /bindings/python/conf.py | |
parent | 0b7f54a7a07b55538038351778ac7fcc6c75db0f (diff) | |
download | lilv-d2de1ed3abdbbf146c13001c2bc932a2dc52e615.tar.gz lilv-d2de1ed3abdbbf146c13001c2bc932a2dc52e615.tar.bz2 lilv-d2de1ed3abdbbf146c13001c2bc932a2dc52e615.zip |
Lilv 0.24.2v0.24.2
Diffstat (limited to 'bindings/python/conf.py')
-rw-r--r-- | bindings/python/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/conf.py b/bindings/python/conf.py index 2a6e5ad..576919e 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.0' +version = '0.24.2' # The full version, including alpha/beta/rc tags. -release = '0.24.0' +release = '0.24.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |