Skip to content

0.1b0

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonw simonw released this 27 Oct 23:46
· 7 commits to main since this release
613ecd5
  • Fixed bug where two different migration sets could not have migrations with the same name. #11
  • This included updating the primary key on _sqlite_migrations from name to (migration_set, name).
  • No longer shows a deprecation warning about datatime.utcnow() in Python 3.12. Thanks, Ed Summers. #10