Skip to content

0.2.12.1

Compare
Choose a tag to compare
@eoyilmaz eoyilmaz released this 10 Feb 23:05
· 217 commits to master since this release
  • Update: Version class is now mixed with the DAGMixin, so all the
    parent/child relation is coming from the DAGMixin.
  • Update: DAGMixin.walk_hierarchy() is updated to walk the hierarchy in
    Depth First mode by default (method=0) instead of Breadth First mode
    (method=1).
  • Fix: Fixed alembic_revision on database initialization.