aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-06-16 15:31:25 +1200
committerAldo Cortesi <aldo@nullcube.com>2013-06-16 15:31:25 +1200
commit3defe0cbb18317c216533fbade6c137d4cd78029 (patch)
treeb09ae18c6a2906ff2c3e1e53de4ab3fec3995ad9
parent868d8278e6983755e46022d35ee7c695ac6a75d5 (diff)
downloadmitmproxy-3defe0cbb18317c216533fbade6c137d4cd78029.tar.gz
mitmproxy-3defe0cbb18317c216533fbade6c137d4cd78029.tar.bz2
mitmproxy-3defe0cbb18317c216533fbade6c137d4cd78029.zip
Bump version.
-rw-r--r--libpathod/templates/index.html4
-rw-r--r--libpathod/version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html
index 35d3756a..3bc4b9a1 100644
--- a/libpathod/templates/index.html
+++ b/libpathod/templates/index.html
@@ -56,9 +56,9 @@
<h2>source</h2>
<ul>
- <li>Current release: <a href="http://mitmproxy.org/download/pathod-0.9.tar.gz">pathod 0.9</a></li>
+ <li>Current release: <a href="http://mitmproxy.org/download/pathod-0.9.1.tar.gz">pathod 0.9.1</a></li>
- <li>GitHub: <a href="http://github.com/cortesi/pathod">github.com/cortesi/pathod</a></li>
+ <li>GitHub: <a href="http://github.com/mitmproxy/pathod">github.com/cortesi/pathod</a></li>
</li>
</div>
</div>
diff --git a/libpathod/version.py b/libpathod/version.py
index 06ab76fb..af62b678 100644
--- a/libpathod/version.py
+++ b/libpathod/version.py
@@ -1,4 +1,4 @@
-IVERSION = (0, 9)
+IVERSION = (0, 9, 1)
VERSION = ".".join(str(i) for i in IVERSION)
NAME = "pathod"
NAMEVERSION = NAME + " " + VERSION