We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f174e6 commit b982178Copy full SHA for b982178
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.1.1
2
-------------
3
4
-Unreleased
+Released 2023-09-11
5
6
- Deprecate the ``__version__`` attribute. Use feature detection, or
7
``importlib.metadata.version("flask-sqlalchemy")``, instead. :issue:`5230`
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Flask-SQLAlchemy"
-version = "3.1.1.dev"
+version = "3.1.1"
description = "Add SQLAlchemy support to your Flask application."
readme = "README.rst"
license = { file = "LICENSE.rst" }
0 commit comments