Skip to content

Commit b982178

Browse files
committed
release version 3.1.1
1 parent 3f174e6 commit b982178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.1.1
22
-------------
33

4-
Unreleased
4+
Released 2023-09-11
55

66
- Deprecate the ``__version__`` attribute. Use feature detection, or
77
``importlib.metadata.version("flask-sqlalchemy")``, instead. :issue:`5230`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask-SQLAlchemy"
3-
version = "3.1.1.dev"
3+
version = "3.1.1"
44
description = "Add SQLAlchemy support to your Flask application."
55
readme = "README.rst"
66
license = { file = "LICENSE.rst" }

0 commit comments

Comments
 (0)