You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

834 B

Release Checklist

  • Release commit is tagged
  • Release is created on Github
  • All tests pass on 2.7 and 3.x
  • All Gooey Examples run and work as expected
  • All new features have corresponding examples
  • All new features have README updates
  • Wx Inspection tool is removed from the runner
  • all debug prints removed
  • setup.py version is updated
  • init.py version is updated
  • pip install of release branch works.
    • All Gooey Examples run and work as expected
  • pypi is updated
  • pypi pip install tested 2.7 & 3.x
    • All Gooey Examples run and work as expected
  • Release notes written:
    • major features
    • bug fixes
    • language additions
    • breaking changes
    • contributors