Skip to content

0.2.15

Compare
Choose a tag to compare
@eoyilmaz eoyilmaz released this 28 Jun 08:01
· 180 commits to master since this release
  • New: Project to Client relation is now a many-to-many relation, thus it is possible to set multiple Clients for each project with each client having their own roles in a specific project.
  • New: Added alembic revision to reflect the changes in Project <-> Client relation.
  • New: Added a couple of tests to increase test coverage (which is around 96% for now).
  • Update: ScheduleMixin.schedule_timing attribute is now Nullable.
  • Update: ScheduleMixin.schedule_unit attribute is now Nullable.