Bump version

This commit is contained in:
Aldo Cortesi 2013-12-10 22:23:38 +13:00
parent 1d536f64d5
commit 1bbeace350
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ else:
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>") 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"]) this.markup = markup.Markdown(extras=["footnotes"])
ns.docMaintainer = "Aldo Cortesi" ns.docMaintainer = "Aldo Cortesi"

View File

@ -1,4 +1,4 @@
IVERSION = (0, 9, 2) IVERSION = (0, 10)
VERSION = ".".join(str(i) for i in IVERSION) VERSION = ".".join(str(i) for i in IVERSION)
NAME = "mitmproxy" NAME = "mitmproxy"
NAMEVERSION = NAME + " " + VERSION NAMEVERSION = NAME + " " + VERSION