Skip to content

Commit

Permalink
Release 0.13.2 (#500)
Browse files Browse the repository at this point in the history
* Release 0.13.2

* update changelog
  • Loading branch information
jowilf authored Feb 4, 2024
1 parent f6cdbbb commit 09e8ba3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.13.2] - 2023-02-04

### Fixed

* Remove extra whitespaces from TextAreaField form template (0.13.0 regression) by [@jowilf](https://github.com/jowilf)
in [#494](https://github.com/jowilf/starlette-admin/pull/494)

## [0.13.1] - 2023-01-21

### Fixed

* 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.1"
__version__ = "0.13.2"

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

0 comments on commit 09e8ba3

Please sign in to comment.