Skip to content
uogbuji edited this page Oct 3, 2014 · 20 revisions

Amara3-xml developer notes

Release

You need github & PyPI update access

#Update version
vi lib/version.py
#Upload to PyPI
python setup.py sdist upload
#Tag release
git tag -a v3.0.0a3 -m "Release of version 3.0.0a3" #Use actual version number
#Push the tag to Github
git push origin v3.0.0a3

Clone this wiki locally