Skip to content

Commit

Permalink
release version 3.0.1 (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 11, 2022
2 parents 1f72d96 + d0650ec commit 9692880
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.1
-------------

Unreleased
Released 2022-10-11

- Export typing information instead of using external typeshed definitions.
:issue:`1112`
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.1.dev"
__version__ = "3.0.1"

__all__ = [
"SQLAlchemy",
Expand Down

0 comments on commit 9692880

Please sign in to comment.