From 8309ab0ec83f5fef664e0763361fca987547234b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 6 Aug 2011 21:12:20 +1200 Subject: Prep for 0.6 release. - Update contributors file. - Bump version number - Include version number in docs --- doc-src/_layout.html | 2 +- doc-src/_websitelayout.html | 2 +- doc-src/index.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'doc-src') diff --git a/doc-src/_layout.html b/doc-src/_layout.html index 287bca87..c711e6dd 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -14,7 +14,7 @@ $!nav if this.title!="docs" else ""!$ -

mitmproxy docs

+

mitmproxy 0.6 docs

diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html index a56c107b..0404619b 100644 --- a/doc-src/_websitelayout.html +++ b/doc-src/_websitelayout.html @@ -29,7 +29,7 @@
$!nav if this.title!="docs" else ""!$ - $!title if this.title!="docs" else "

mitmproxy docs

"!$ + $!title if this.title!="docs" else "

mitmproxy 0.6 docs

"!$ $!body!$
diff --git a/doc-src/index.py b/doc-src/index.py index 0191de3d..451cf8d6 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -14,7 +14,6 @@ else: ns.title = countershape.template.Template(None, "

@!this.title!@

") this.layout = countershape.Layout("_layout.html") -ns.docTitle = "mitmproxy" this.markup = markup.Markdown() ns.docMaintainer = "Aldo Cortesi" ns.docMaintainerEmail = "aldo@corte.si" -- cgit v1.2.3