We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e19a9 commit 2540c51Copy full SHA for 2540c51
docs/changelog/index.md
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [0.13.1] - 2023-01-21
11
+
12
* Fixed the StopIteration exception raised in Sqlalchemy ModelView when the primary key is not included in the field
13
list by [@jowilf](https://github.com/jowilf) in [#482](https://github.com/jowilf/starlette-admin/pull/482)
14
starlette_admin/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.13.0"
+__version__ = "0.13.1"
2
3
from ._types import ExportType as ExportType
4
from ._types import RequestAction as RequestAction
0 commit comments