Merge pull request #2897 from cortesi/point

Prep for v3.0.1
This commit is contained in:
Aldo Cortesi 2018-02-23 14:32:21 +13:00 committed by GitHub
commit 8ef2539426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
23 February 2018: mitmproxy 3.0
* Fix a quote-related issue affecting the mitmproxy console command prompt
22 February 2018: mitmproxy 3.0
** Major Changes **

View File

@ -3,7 +3,7 @@ import subprocess
# The actual version string. For precompiled binaries, this will be changed to include the build
# tag, e.g. "3.0.0.dev0042-0xcafeabc"
VERSION = "4.0.0"
VERSION = "3.0.1"
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION