Update package - Alerion/django-rpc GitHub Wiki
-
Change package version in setup.py, docs/conf.py and djangorpc/__init__.py.
-
Update CHANGE.txt.
-
Update MANIFEST.in if required.
-
Create tag:
git tag -a 0.3 -m 'version 0.3' git push origin --tags
-
Build and upload new package to PyPi:
python setup.py sdist upload
6. Activate here new version of documentation. Setup last version as default.