- Update HISTORY.rst
- Update version number in
my_project/__init__.py
- Update version number in
setup.py
- Install the package again for local development, but with the new version number:
python setup.py develop
- Run the tests:
python setup.py test
// ==UserScript== | |
// @name GitHub Suppress Diffs | |
// @version 2013.10.29 | |
// @namespace FET | |
// @description Suppress style.css | |
// @include http*://github.com/* | |
// ==/UserScript== | |
// Files to suppress: | |
suppressFiles([ |
my_project/__init__.py
setup.py
python setup.py develop
python setup.py test
my_project/__init__.py
setup.py
python setup.py develop
python setup.py test
explorer/__init__.py
setup.py
git add .
git commit -m "Release 1.0.0"