A toolkit to automate packages version update
This toolkit will:
- Look for changes in a changelog file
- Extract the new version number from this changelog file
- Update the version number in readme and version identifying files
- Create a version git branch
- Commit the version updates in this branch
- Log the pull request URL to merge this branch
From PYPI
easy_install Package-Version-Manager
With sources
python -m pip install -r requirements.txt
From PYPI
pvg -d "/my/repo/container/folder"
With Sources
python cli.py -d "/my/repo/container/folder"
Build package
python setup.py sdist bdist_egg