This release consists of Python implementation for the essential functionality of `gsb`:
- 16 implemented `onboard.create_repo`, which creates a new Git repo (or `gsb`-ifies an existing one) (1)
- 19 implemented `backup.create_backup`, which creates a new backup and, optionally, tags it for easy reference (3)
- 17 implemented `history.get_history`, which returns the available backup points (4)
- 20 implemented `rewind.restore_backup`, which does what it says on the tin while keeping the history linear and making it possible to restore to the post-restored-backup state (5)
Note that at this point there is no command-line interface.