Skip to content

Commit

Permalink
release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 22, 2024
1 parent 311d1bc commit 823432c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 3.0.1

Unlreleased
Released 2024-02-22

- Fix handling of relative ids (`+1`, `-1`) passed to `downgrade` and `upgrade`.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Flask-Alembic"
version = "3.0.1.dev"
version = "3.0.1"
description = "Flask extension to integrate Alembic with Flask-SQLAlchemy."
readme = "README.md"
license = { file = "LICENSE.txt" }
Expand Down

0 comments on commit 823432c

Please sign in to comment.