aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-04-13 10:16:40 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2020-04-13 10:16:40 +0200
commit16c98765fc07aa911148317dbc97186d32c18828 (patch)
tree84801a0023ddd303e6d90617062572c99d840bd9
parentc10ae4f5243e6cd5c8d41906ce4cf75cd765c040 (diff)
downloadmitmproxy-16c98765fc07aa911148317dbc97186d32c18828.tar.gz
mitmproxy-16c98765fc07aa911148317dbc97186d32c18828.tar.bz2
mitmproxy-16c98765fc07aa911148317dbc97186d32c18828.zip
post-release updates
-rw-r--r--mitmproxy/version.py2
-rw-r--r--release/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/mitmproxy/version.py b/mitmproxy/version.py
index 0741aa24..82368296 100644
--- a/mitmproxy/version.py
+++ b/mitmproxy/version.py
@@ -2,7 +2,7 @@ import os
import subprocess
import sys
-VERSION = "5.1.0"
+VERSION = "6.0.0.dev"
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION
diff --git a/release/README.md b/release/README.md
index 5e18ceae..0a51d125 100644
--- a/release/README.md
+++ b/release/README.md
@@ -27,7 +27,7 @@ These steps assume you are on the correct branch and have a git remote called `o
- The Homebrew maintainers are typically very fast and detect our new relese
within a day.
- If you feel the need, you can run this from a macOS machine:
- `brew bump-formula-pr --url https://github.com/mitmproxy/mitmproxy/archive/v<version number here>`
+ `brew bump-formula-pr --url https://github.com/mitmproxy/mitmproxy/archive/v<version number here>.tar.gz mitmproxy`
### Docker
- The docker image is built by our CI workers and pushed to Docker Hub automatically.