0.5.0 release

This commit is contained in:
mpeterv
2015-12-09 14:19:45 +03:00
parent bebd56cac8
commit a40458fdc1

View File

@@ -51,9 +51,9 @@ copyright = u'2013 - 2015, Peter Melnichenko'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.4.1' version = '0.5.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.4.1' release = '0.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
@@ -116,7 +116,7 @@ if os.environ.get('READTHEDOCS', None) != 'True':
# The name for this set of Sphinx documents. If None, it defaults to # The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation". # "<project> v<release> documentation".
html_title = "argparse 0.4.1 tutorial" html_title = "argparse 0.5.0 tutorial"
# A shorter title for the navigation bar. Default is the same as html_title. # A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None #html_short_title = None