mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Prep for 0.6 release.
- Update contributors file. - Bump version number - Include version number in docs
This commit is contained in:
parent
2e72b310d9
commit
8309ab0ec8
@ -1,5 +1,8 @@
|
|||||||
203 Aldo Cortesi
|
278 Aldo Cortesi
|
||||||
18 Henrik Nordstrom
|
18 Henrik Nordstrom
|
||||||
13 Thomas Roth
|
13 Thomas Roth
|
||||||
|
10 Stephen Altamirano
|
||||||
|
2 alts
|
||||||
1 Yuangxuan Wang
|
1 Yuangxuan Wang
|
||||||
1 Henrik Nordström
|
1 Henrik Nordström
|
||||||
|
1 Felix Wolfsteller
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--(end)-->
|
<!--(end)-->
|
||||||
$!nav if this.title!="docs" else ""!$
|
$!nav if this.title!="docs" else ""!$
|
||||||
<h1><a href="@!urlTo("/index.html")!@">mitmproxy docs</a></h1>
|
<h1><a href="@!urlTo("/index.html")!@">mitmproxy 0.6 docs</a></h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="bd">
|
<div id="bd">
|
||||||
<div id="yui-main">
|
<div id="yui-main">
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--(end)-->
|
<!--(end)-->
|
||||||
$!nav if this.title!="docs" else ""!$
|
$!nav if this.title!="docs" else ""!$
|
||||||
$!title if this.title!="docs" else "<h1>mitmproxy docs</h1>"!$
|
$!title if this.title!="docs" else "<h1>mitmproxy 0.6 docs</h1>"!$
|
||||||
$!body!$
|
$!body!$
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -14,7 +14,6 @@ else:
|
|||||||
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
|
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
|
||||||
this.layout = countershape.Layout("_layout.html")
|
this.layout = countershape.Layout("_layout.html")
|
||||||
|
|
||||||
ns.docTitle = "mitmproxy"
|
|
||||||
this.markup = markup.Markdown()
|
this.markup = markup.Markdown()
|
||||||
ns.docMaintainer = "Aldo Cortesi"
|
ns.docMaintainer = "Aldo Cortesi"
|
||||||
ns.docMaintainerEmail = "aldo@corte.si"
|
ns.docMaintainerEmail = "aldo@corte.si"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
IVERSION = (0, 5)
|
IVERSION = (0, 6)
|
||||||
VERSION = ".".join([str(i) for i in IVERSION])
|
VERSION = ".".join([str(i) for i in IVERSION])
|
||||||
|
Loading…
Reference in New Issue
Block a user