Skip to content

Commit

Permalink
release version 3.0.2 (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Oct 14, 2022
2 parents 7f94bca + e9a796e commit decc3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 3.0.2
-------------

Unreleased
Released 2022-10-14

- Update compatibility with SQLAlchemy 2. :issue:`1122`

Expand Down
2 changes: 1 addition & 1 deletion src/flask_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .extension import SQLAlchemy

__version__ = "3.0.2.dev"
__version__ = "3.0.2"

__all__ = [
"SQLAlchemy",
Expand Down

0 comments on commit decc3e8

Please sign in to comment.