From 60b2a496e9b21d910f5ef0ee48884a0883498e93 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 23 Nov 2024 09:41:41 +0000 Subject: [PATCH] Prepare release v2.0.0a3 --- flask_admin/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_admin/__init__.py b/flask_admin/__init__.py index dd79e257d..67762fbe0 100644 --- a/flask_admin/__init__.py +++ b/flask_admin/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0a2" +__version__ = "2.0.0a3" __author__ = "Flask-Admin team" __email__ = "contact@palletsproject.com" diff --git a/pyproject.toml b/pyproject.toml index 3a76e0180..a41508fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Flask-Admin" -version = "2.0.0a2" +version = "2.0.0a3" description = "Simple and extensible admin interface framework for Flask" readme = "README.md" license = { file = "LICENSE.txt" }