From 769a85ffdcc3fbf0b2e9dff235678e88fa4128b4 Mon Sep 17 00:00:00 2001 From: Jocelin Hounon Date: Sat, 23 Dec 2023 11:58:49 -0600 Subject: [PATCH] Release Candidate 1 for 0.13.0 (#437) * Release Candidate 1 for 0.13.0 * update changelog --- docs/changelog/index.md | 2 ++ starlette_admin/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index ce413d8d..03542f01 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.13.0-rc1] - 2023-12-23 + ### Added * Add support for SQLAlchemy `column_property` by [@jowilf](https://github.com/jowilf) diff --git a/starlette_admin/__init__.py b/starlette_admin/__init__.py index 8801e60f..5d31af5c 100644 --- a/starlette_admin/__init__.py +++ b/starlette_admin/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.12.2" +__version__ = "0.13.0rc1" from ._types import ExportType as ExportType from ._types import RequestAction as RequestAction