diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b65b6a..03bdf18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.3.2 (2023-05-24) +### Fix +* **widgets:** Apply layout information on columns instead of rows ([`2a6b964`](https://github.com/Kitware/trame-simput/commit/2a6b96476fbc0ff35bc4e2e85fdf6091ca62cf56)) + ## v2.3.1 (2023-03-01) ### Fix * **widgets:** Add Simput.register_layout() ([#15](https://github.com/Kitware/trame-simput/issues/15)) ([`0c84866`](https://github.com/Kitware/trame-simput/commit/0c848668a6a96ab9d6c54078c77eb297b8a0dd05)) diff --git a/setup.cfg b/setup.cfg index a2a7538..8a67609 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-simput -version = 2.3.1 +version = 2.3.2 description = Simput implementation for trame long_description = file: README.rst long_description_content_type = text/x-rst