- remove `internal_id` from models - update pyproject.toml metadata
0.0.7
0.0.6
- reset migrations with versioned models - add `Timestamp` mixin to all models - bugfixes related to previous id refactoring
0.0.5
- Rename all `id` columns to `internal_id` (still the PK) - Rename all `uuid` columns to `id` - Update all relationships to reference `internal_id` - Bugfixes: - Fix incorrect import failure due to equality comparison between `Decimal` and -- potentially -- non-`Decimal` values