Releasing DbBot Update __version__ in dbbot/__init__.py to release version (remove '-devel' suffix) Commit, push, add git tag with version number and push tags Upload to PyPi with: python setup.py sdist upload Check that page in PyPi looks good and pip install dbbot works. Change __version__ to 'x.x-devel' in dbbot/__init__.py, commit and push Send emails to: announce- and devel-lists. Tweet and add news to Confluence. Directory structure Directory Description atests Robot Framework-powered acceptance tests for DbBot. Also has some test data in the testdata directory. dbbot Source code files of DbBot. doc Technical documentation about the database schema and utilities to generate it. examples Examples that are using the DbBot created database and extending the 'dbbot' modules. tools Additional scripts eg. converting databases generated with Robot Framework 2.7 to 2.8.