Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@RustyGuard RustyGuard released this 19 Nov 12:01
c2be933

What's Changed

  • Ignore mypy errors for migrations by @AlexandrovRoman in #81. This feature is hidden behind the add_type_ignore flag. To enable it you can call new set_configuration function.
alembic_postgresql_enum.set_configuration(
    alembic_postgresql_enum.Config(
        add_type_ignore=True,
    )
)

Full Changelog: v.1.3.0...v1.4.0