Skip to content
ethanwhite edited this page Apr 17, 2012 · 29 revisions

##Start

  1. Create a new branch
  2. Switch to the new branch
  3. Update version number in __init__.py
  4. Commit and push changes

##Linux

  1. Switch to new branch and checkout
  2. Run build.sh
  3. Run make_docs.sh
  4. Commit changes to branch

##Windows

  1. Switch to new branch and checkout
  2. Run make-windows-executables.bat
  3. Add \Windows directory, commit, push
  4. Checkout Master
  5. Run version.py, then edit version.txt to change the version number to that of the current release
  6. Commit and push changes

##Mac

  1. Switch to new branch and checkout
  2. Run setup.py
  3. Run `build_mac
  4. Add /mac directory, commit, push

##Cleanup

  1. Remove old Mac Apps and Windows executables from the repository (to save space)