diff --git a/CHANGELOG.md b/CHANGELOG.md index 5489423..1a1fb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.1.1 (2023-07-21) + +### Fix + +* **trame:** Update to support trame v3 ([`0ea4a0c`](https://github.com/Kitware/peacock/commit/0ea4a0c44bd8629c6d98fb3ccb2d113aafb36de8)) + +### Documentation + +* Update readme to use pypi ([`3a936d8`](https://github.com/Kitware/peacock/commit/3a936d8d4d7a0fc40c812f6c9eca29303bbce319)) + ## v0.1.0 (2023-05-22) ### Feature * **ExodusViewer:** Add timestep controller ([`1061596`](https://github.com/Kitware/peacock/commit/106159683ab8515b008b50289ad138926ae031cb)) diff --git a/setup.cfg b/setup.cfg index 431ed48..a25e6c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peacock-trame -version = 0.1.0 +version = 0.1.1 description = MOOSE GUI developed using Trame from Kitware Inc. long_description = file: README.rst long_description_content_type = text/x-rst