bump version for next release cycle

This commit is contained in:
Maximilian Hils 2020-12-13 01:38:20 +01:00
parent 1267fb0835
commit f6eefa4d03
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Release History
###############
Unreleased: mitmproxy next
==========================
* --- TODO: add new PRs above this line ---
* ... and various other fixes, documentation improvements, dependency version bumps, etc.
13 December 2020: mitmproxy 6.0
===============================

View File

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