py4sci

Previous topic

User Guide

This Page

Release ChecklistΒΆ

  1. Run python setup.py check.
  2. Run py.test.
  3. Update the version number
  1. Update the Changelog (use git diff against the tag for the previous version).
  2. Update the version in mrs/version.py.
  3. Commit to the Git repository.
  1. Tag the new commit with git tag vX.X.
  2. Create and upload a release tarball with python setup.py register sdist upload.
  3. Upload the documentation with cd docs; make html and python setup.py upload_docs.
  4. Upload the tarball to Google Code.
  5. Send announcement email to the mrs-mapreduce@googlegroups.com mailing list.
  6. Announce on Freecode..