Skip to content

Commit 2540c51

Browse files
authored
Release 0.13.1 (#483)
1 parent 50e19a9 commit 2540c51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.13.1] - 2023-01-21
11+
1012
* Fixed the StopIteration exception raised in Sqlalchemy ModelView when the primary key is not included in the field
1113
list by [@jowilf](https://github.com/jowilf) in [#482](https://github.com/jowilf/starlette-admin/pull/482)
1214

starlette_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.0"
1+
__version__ = "0.13.1"
22

33
from ._types import ExportType as ExportType
44
from ._types import RequestAction as RequestAction

0 commit comments

Comments
 (0)