Skip to content

Commit 48cad7b

Browse files
Prepare v2.0.0rc1 release
1 parent b065dc9 commit 48cad7b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

doc/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
2.0.0rc1
5+
--------
6+
7+
Fixes:
8+
* SQLAlchemy boolean filters now convert "1" and "0" to Python booleans, which fixes a type coercion issue with psycopg(3).
9+
10+
411
2.0.0a5
512
-------
613

flask_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0a5"
1+
__version__ = "2.0.0rc1"
22
__author__ = "Flask-Admin team"
33
__email__ = "[email protected]"
44

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-Admin"
3-
version = "2.0.0a5"
3+
version = "2.0.0rc1"
44
description = "Simple and extensible admin interface framework for Flask"
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)