diff options
-rw-r--r-- | docs/Makefile | 2 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index 0869604..b09d884 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -153,7 +153,7 @@ doctest: "results in $(BUILDDIR)/doctest/output.txt." serve: html - cd _build/html && python3.3 -m http.server + cd _build/html && python3 -m http.server zip: html cd _build/html && zip -r ../../../msgpack-doc.zip . diff --git a/docs/conf.py b/docs/conf.py index 0f19fcc..47d745a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ copyright = u'2013, INADA Naoki' # # The short X.Y version. # The full version, including alpha/beta/rc tags. -version = release = '0.4' +version = release = '0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |