bump version to 5.1.0

This commit is contained in:
Thomas Kriechbaumer 2020-04-13 09:39:18 +02:00 committed by Thomas Kriechbaumer
parent 7f4e73a766
commit c10ae4f524
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
XX April 2020: mitmproxy 5.1
13 April 2020: mitmproxy 5.1
** Major Changes **
* Initial Support for TLS 1.3

View File

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