mitmproxy 10.3.1
This commit is contained in:
parent
832e735b0a
commit
719cb1449c
|
@ -7,6 +7,10 @@
|
|||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
|
||||
|
||||
## 12 June 2024: mitmproxy 10.3.1
|
||||
|
||||
* Release tags are now prefixed with `v` again to follow SemVer convention.
|
||||
([#6810](https://github.com/mitmproxy/mitmproxy/pull/6810), @mhils)
|
||||
* Fix a bug where mitmproxy would not exit when `-n` is passed.
|
||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "11.0.0.dev"
|
||||
VERSION = "10.3.1"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
|
Loading…
Reference in New Issue