summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-05-24 02:15:04 +0900
committerGitHub <noreply@github.com>2020-05-24 02:15:04 +0900
commitb04690012d5d77cfe5074893686c4d55ec780300 (patch)
treefb92dd2ebc916742cd5ce89aa9052780e155acf0 /docs
parent4e10222b5116806864a91fd9f79a70869e0a43c1 (diff)
downloadmsgpack-python-b04690012d5d77cfe5074893686c4d55ec780300.tar.gz
Update doc version
Fixes #425
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 36fa76e..6b432be 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@ master_doc = "index"
# General information about the project.
project = u"msgpack"
-copyright = u"2013, INADA Naoki"
+copyright = u"Inada Naoki"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -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.5"
+version = release = "1.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.