Skip to content
uogbuji edited this page Sep 12, 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

Clone this wiki locally