sphinx_multiversion/sphinx: Bump extension version

This commit is contained in:
Jan Holthuis 2020-04-19 13:03:01 +02:00
parent 55560fd454
commit 9a7966057a

View file

@ -188,7 +188,7 @@ def setup(app):
app.connect("config-inited", config_inited)
return {
"version": "0.1",
"version": "0.2",
"parallel_read_safe": True,
"parallel_write_safe": True,
}