Skip to content

Commit

Permalink
release version 3.1.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Jun 16, 2024
2 parents eec5ff3 + 26dacab commit 3aa7872
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.1.0

Unreleased
Released 2024-06-16

- Drop support for Python 3.8. {pr}`28`
- Support Flask-SQLAlchemy-Lite and plain SQLAlchemy, in addition to
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.1.0.dev"
version = "3.1.0"
description = "Integrate Alembic with Flask."
readme = "README.md"
license = { file = "LICENSE.txt" }
Expand Down

0 comments on commit 3aa7872

Please sign in to comment.