Skip to content

Commit 8ef2539

Browse files
authored
Merge pull request mitmproxy#2897 from cortesi/point
Prep for v3.0.1
2 parents 0680741 + 3c7f41d commit 8ef2539

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
22 February 2018: mitmproxy 3.0
26

37
** Major Changes **

mitmproxy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# The actual version string. For precompiled binaries, this will be changed to include the build
55
# tag, e.g. "3.0.0.dev0042-0xcafeabc"
6-
VERSION = "4.0.0"
6+
VERSION = "3.0.1"
77
PATHOD = "pathod " + VERSION
88
MITMPROXY = "mitmproxy " + VERSION
99

0 commit comments

Comments
 (0)