mitmproxy 10.3.1

This commit is contained in:
mitmproxy release bot 2024-06-12 22:56:10 +00:00
parent 832e735b0a
commit 719cb1449c
3 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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