Skip to content

Commit

Permalink
Update: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
doraemonext committed Feb 3, 2015
1 parent 26f5ed8 commit c8bafa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.0'
version = '0.5.1'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -187,7 +187,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'wechat.tex', u'wechat-platform Documentation',
('index', 'wechat.tex', u'wechat-python-sdk Documentation',
u'Ace Kwok', 'manual'),
]

Expand Down Expand Up @@ -217,7 +217,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'wechat-platform', u'wechat-platform Documentation',
('index', 'wechat-python-sdk', u'wechat-python-sdk Documentation',
[u'Ace Kwok'], 1)
]

Expand All @@ -231,7 +231,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'wechat-platform', u'wechat-platform Documentation',
('index', 'wechat-python-sdk', u'wechat-python-sdk Documentation',
u'Ace Kwok', 'wechat'),
]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'wechat-sdk',
version = '0.5.0',
version = '0.5.1',
keywords = ('wechat', 'sdk', 'wechat sdk'),
description = u'微信公众平台Python开发包',
long_description = open("README.rst").read(),
Expand Down

0 comments on commit c8bafa4

Please sign in to comment.