aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-02-23 14:25:34 +1300
committerAldo Cortesi <aldo@nullcube.com>2018-02-23 14:25:34 +1300
commit3c7f41dee6ba74d468b5ae520a3d3f5eee374d92 (patch)
tree77b07b7fbfb7bc83eca2938d6e67793c5580b4ca
parentc471c42c7c2b26b4330c7780abe72cc8176580ab (diff)
downloadmitmproxy-3c7f41dee6ba74d468b5ae520a3d3f5eee374d92.tar.gz
mitmproxy-3c7f41dee6ba74d468b5ae520a3d3f5eee374d92.tar.bz2
mitmproxy-3c7f41dee6ba74d468b5ae520a3d3f5eee374d92.zip
Prep for v3.0.1
-rw-r--r--CHANGELOG4
-rw-r--r--mitmproxy/version.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6c8fc43b..8f82b1d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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 **
diff --git a/mitmproxy/version.py b/mitmproxy/version.py
index 92b14b9a..a4e2ce37 100644
--- a/mitmproxy/version.py
+++ b/mitmproxy/version.py
@@ -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