Skip to content

Commit

Permalink
Release 0.13.1 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf authored Jan 21, 2024
1 parent 50e19a9 commit 2540c51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.13.1] - 2023-01-21

* Fixed the StopIteration exception raised in Sqlalchemy ModelView when the primary key is not included in the field
list by [@jowilf](https://github.com/jowilf) in [#482](https://github.com/jowilf/starlette-admin/pull/482)

Expand Down
2 changes: 1 addition & 1 deletion starlette_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.13.0"
__version__ = "0.13.1"

from ._types import ExportType as ExportType
from ._types import RequestAction as RequestAction
Expand Down

0 comments on commit 2540c51

Please sign in to comment.