aboutsummaryrefslogtreecommitdiffstats
path: root/release/README.md
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-04-01 08:59:47 +1200
committerGitHub <noreply@github.com>2018-04-01 08:59:47 +1200
commit53827a36ae316a18e53502768d2c0e60142d3b0d (patch)
tree46e483d2a0fa224a8339266de20dfa3d9c08e08a /release/README.md
parent7edf4ad6558731dfdf1d0cf46565bb2c0cbb8774 (diff)
parent46f8901b8cf46769f62b7268117d2e60fc785c00 (diff)
downloadmitmproxy-53827a36ae316a18e53502768d2c0e60142d3b0d.tar.gz
mitmproxy-53827a36ae316a18e53502768d2c0e60142d3b0d.tar.bz2
mitmproxy-53827a36ae316a18e53502768d2c0e60142d3b0d.zip
Merge pull request #3025 from Kriechi/py36
Python 3.5 is dead -- long live Python 3.6!
Diffstat (limited to 'release/README.md')
-rw-r--r--release/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/README.md b/release/README.md
index b2f97aab..0e9c373b 100644
--- a/release/README.md
+++ b/release/README.md
@@ -27,7 +27,7 @@ Make sure run all these steps on the correct branch you want to create a new rel
- Create a new branch based of master for major versions.
- Update the dependencies in [alpine/requirements.txt](https://github.com/mitmproxy/docker-releases/commit/3d6a9989fde068ad0aea257823ac3d7986ff1613#diff-9b7e0eea8ae74688b1ac13ea080549ba)
* Creating a fresh venv, pip-installing the new wheel in there, and then export all packages:
- * `virtualenv -ppython3.5 venv && source venv/bin/activate && pip install mitmproxy && pip freeze`
+ * `virtualenv -ppython3.6 venv && source venv/bin/activate && pip install mitmproxy && pip freeze`
- Tag the commit with the correct version
* `2.0.0` for new major versions
* `2.0.2` for new patch versions