diff options
author | David Robillard <d@drobilla.net> | 2016-09-20 00:51:06 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-20 00:51:06 -0400 |
commit | 5dd6262310bd341df889ed090f47a3241ce93da0 (patch) | |
tree | c0089a482e4c62e1410598e99ebd59087a6e04be /bindings/python | |
parent | c98879fd3562c48049c2c65369050f267c8358d6 (diff) | |
download | lilv-5dd6262310bd341df889ed090f47a3241ce93da0.tar.gz lilv-5dd6262310bd341df889ed090f47a3241ce93da0.tar.bz2 lilv-5dd6262310bd341df889ed090f47a3241ce93da0.zip |
Update Python documentation version
Diffstat (limited to 'bindings/python')
-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 b86f1e7..2a6e5ad 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.22.1' +version = '0.24.0' # The full version, including alpha/beta/rc tags. -release = '0.22.1' +release = '0.24.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |