We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0680741 + 3c7f41d commit 8ef2539Copy full SHA for 8ef2539
CHANGELOG
@@ -1,3 +1,7 @@
1
+23 February 2018: mitmproxy 3.0
2
+
3
+ * Fix a quote-related issue affecting the mitmproxy console command prompt
4
5
22 February 2018: mitmproxy 3.0
6
7
** Major Changes **
mitmproxy/version.py
@@ -3,7 +3,7 @@
# 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
8
MITMPROXY = "mitmproxy " + VERSION
9
0 commit comments