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