bump version to 5.1.1

This commit is contained in:
Thomas Kriechbaumer 2020-04-13 13:09:23 +02:00
parent df6bbf1d4e
commit a233fdd302
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
13 April 2020: mitmproxy 5.1.1
* Fixed Docker images not starting due to missing shell
13 April 2020: mitmproxy 5.1
** Major Changes **

View File

@ -2,7 +2,7 @@ import os
import subprocess
import sys
VERSION = "6.0.0.dev"
VERSION = "5.1.1"
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION