mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 11:02:20 +00:00
0.6.0 release
This commit is contained in:
@@ -51,9 +51,9 @@ copyright = u'2013 - 2018, Peter Melnichenko'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.5.0'
|
||||
version = '0.6.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5.0'
|
||||
release = '0.6.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# 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
|
||||
# "<project> v<release> documentation".
|
||||
html_title = "argparse 0.5.0 tutorial"
|
||||
html_title = "argparse 0.6.0 tutorial"
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
#html_short_title = None
|
||||
|
@@ -1518,7 +1518,7 @@ end
|
||||
|
||||
local argparse = {}
|
||||
|
||||
argparse.version = "0.5.0"
|
||||
argparse.version = "0.6.0"
|
||||
|
||||
setmetatable(argparse, {__call = function(_, ...)
|
||||
return Parser(default_cmdline[0]):add_help(true)(...)
|
||||
|
Reference in New Issue
Block a user