Skip to content

Commit

Permalink
doco
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Mar 2, 2015
1 parent 901df50 commit 5c5d350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ git tag -a v$version -m v$version
git push
git push --tags
# update pypi
python setup.py register sdist upload
python setup.py register sdist
twine upload dist/petl-${version}.tar.gz
# increment version and add .dev0 in src/petl/__init__.py
git commit -a -m 'increment version'; git push
# activate version at rtfd
Expand Down

0 comments on commit 5c5d350

Please sign in to comment.