mitmproxy/release/release-checklist

29 lines
611 B
Plaintext
Raw Normal View History

2014-01-19 05:08:59 +00:00
- Bump the version number:
mitmproxy/libmproxy/version.py
mitmproxy/requirements.txt
mitmproxy/test/requirements.txt
2014-01-19 05:08:59 +00:00
netlib/netlib/version.py
netlib/requirements.txt
netlib/test/requirements.txt
2014-01-19 05:08:59 +00:00
pathod/netlib/version.py
pathod/requirements.txt
pathod/test/requirements.txt
2014-01-19 05:08:59 +00:00
- Render the docs:
cshape doc-src doc
- Run the test release, make sure the output is sensible
./release/test-release
- Build sdist packages:
python ./setup.py sdist
- Test the packages by installing in a virtualenv:
- cd dist
- tar -xzvf pkgfile.tgz
- virtualenv venv