We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc09da9 commit 50ea49cCopy full SHA for 50ea49c
docs/Makefile
@@ -153,7 +153,7 @@ doctest:
153
"results in $(BUILDDIR)/doctest/output.txt."
154
155
serve: html
156
- cd _build/html && python3.3 -m http.server
+ cd _build/html && python3 -m http.server
157
158
zip: html
159
cd _build/html && zip -r ../../../msgpack-doc.zip .
docs/conf.py
@@ -49,7 +49,7 @@
49
#
50
# The short X.Y version.
51
# The full version, including alpha/beta/rc tags.
52
-version = release = '0.4'
+version = release = '0.5'
53
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
# for a list of supported languages.
0 commit comments