mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-29 02:57:19 +00:00
bump version for next release cycle
This commit is contained in:
parent
1267fb0835
commit
f6eefa4d03
@ -1,6 +1,12 @@
|
|||||||
Release History
|
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
|
13 December 2020: mitmproxy 6.0
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = "6.0.0"
|
VERSION = "7.0.0.dev"
|
||||||
PATHOD = "pathod " + VERSION
|
PATHOD = "pathod " + VERSION
|
||||||
MITMPROXY = "mitmproxy " + VERSION
|
MITMPROXY = "mitmproxy " + VERSION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user