Some notes for development.
Contents
Sync the branch.
$ bzr pull
Do your changes.
Add a changelog entry to README.rst.
Increase version in setup.py.
Run setuptools to ensure everything is working as expected.
$ python setup.py sdist
Commit your changes.
$ bzr ci -m "my comment"
Tag for the new version.
$ bzr tag jaydebeapi-0.1.2
Send changes to launchpad.
$ bzr push
Publish new release on PyPi.
$ python setup.py sdist --formats=gztar upload