Version bump and changelog.

This commit is contained in:
Aldo Cortesi 2013-08-25 10:34:14 +12:00
parent 19c55361c8
commit a424eff309
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
25 August 2013: pathod 0.9.2:
* Adapt to interface changes in netlib
15 May 2013: pathod 0.9 (version synced with mitmproxy):
* Pathod proxy mode. You can now configure clients to use pathod as an

View File

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