We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f72d96 + d0650ec commit 9692880Copy full SHA for 9692880
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.1
2
-------------
3
4
-Unreleased
+Released 2022-10-11
5
6
- Export typing information instead of using external typeshed definitions.
7
:issue:`1112`
src/flask_sqlalchemy/__init__.py
@@ -4,7 +4,7 @@
from .extension import SQLAlchemy
-__version__ = "3.0.1.dev"
+__version__ = "3.0.1"
8
9
__all__ = [
10
"SQLAlchemy",
0 commit comments