Bump version
This commit is contained in:
parent
1d536f64d5
commit
1bbeace350
|
@ -16,7 +16,7 @@ else:
|
|||
|
||||
|
||||
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
|
||||
this.titlePrefix = "mitmproxy 0.9 - "
|
||||
this.titlePrefix = "mitmproxy 0.10 - "
|
||||
this.markup = markup.Markdown(extras=["footnotes"])
|
||||
|
||||
ns.docMaintainer = "Aldo Cortesi"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
IVERSION = (0, 9, 2)
|
||||
IVERSION = (0, 10)
|
||||
VERSION = ".".join(str(i) for i in IVERSION)
|
||||
NAME = "mitmproxy"
|
||||
NAMEVERSION = NAME + " " + VERSION
|
||||
|
|
Loading…
Reference in New Issue