3.0.1
This is a fix release for the 3.0.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.
Changes: https://flask-alembic.readthedocs.io/en/latest/changes/#version-3-0-1
PyPI: https://pypi.org/project/Flask-Alembic/3.0.1/
- Fix handling of relative ids (
-1
,+1
) passed todowngrade
andupgrade
.