diff --git a/docs/Makefile b/docs/Makefile index d4bb2cbb9..2e7f1c67c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -18,3 +18,4 @@ help: # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 7490c08d6..e6c3e2f22 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -79,5 +79,5 @@ 'https://docs.odriverobotics.com/docsInject.js' ] -version = "0.5.4" +version = "0.5.5" release = version