diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-03 09:33:09 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-03 09:33:09 +1200 |
commit | 946fd375fa87fb8a4d071a354fb99840b0ccfdf3 (patch) | |
tree | 5fe6f33c3d9b6c771d171c480f1e08c63d6499bf /release | |
parent | 0b8cddddf5beb509aab5d03eafd61e21ae323f9e (diff) | |
download | mitmproxy-946fd375fa87fb8a4d071a354fb99840b0ccfdf3.tar.gz mitmproxy-946fd375fa87fb8a4d071a354fb99840b0ccfdf3.tar.bz2 mitmproxy-946fd375fa87fb8a4d071a354fb99840b0ccfdf3.zip |
Changelog for v0.12.1
Diffstat (limited to 'release')
-rw-r--r-- | release/release-checklist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/release-checklist b/release/release-checklist index 873c5fcf..84a7152e 100644 --- a/release/release-checklist +++ b/release/release-checklist @@ -23,14 +23,14 @@ synced to the docs. python ./setup.py sdist mv ./dist/FILE ~/mitmproxy/www.mitmproxy.org/src/download -- Tag with the version number, and do: +- Tag with the version number, and do: git push --tags - Upload to pypi for each project: python ./setup.py sdist upload -- Now bump the version number to be ready for the next cycle: +- Now bump the version number to be ready for the next cycle: mitmproxy/libmproxy/version.py netlib/netlib/version.py |