Skip to content

Commit

Permalink
new release process
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Aug 31, 2012
1 parent 3ca02e1 commit 3e8f4f7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions HACKING.txt
Expand Up @@ -11,9 +11,12 @@ Release HOWTO

To make a release,

1) Update release date/version in NEWS.txt and setup.py
2) Run 'python setup.py sdist'
3) Test the generated source distribution in dist/
4) Upload to PyPI: 'python setup.py sdist register upload'
5) Increase version in setup.py (for next release)
1) remove dev suffix on version in setup.py
2) set release date in NEWS.txt
3) commit the changes to setup.py and NEWS.txt
4) git tag <version>
5) git push
6) Upload to PyPI: 'python setup.py sdist register upload'
7) Increase version in setup.py (for next release) with dev suffix
8) Create NEWS.txt entry for next release

0 comments on commit 3e8f4f7

Please sign in to comment.