From 190d60789c2752cc95559e191a4d1d01f93dfeb8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 31 May 2022 11:10:16 +0000 Subject: [PATCH] 2.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e6b1a193 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + + + +## v2.0.1 (2022-05-31) +### Fix +* **CI:** Add initial CI with semantic-release ([`a881ffb`](https://github.com/Kitware/trame/commit/a881ffb9232fd2f78e445be4be58dcc112181ff5)) +* **tools.app:** Add tool to create html app ([`d8c11e6`](https://github.com/Kitware/trame/commit/d8c11e679500005b976c8e934230aa8ea9f0d072)) +* **jupyter:** Proper server.start() call ([`e67625e`](https://github.com/Kitware/trame/commit/e67625e9775f688da7d80d5b2ea97d779af61dfb)) +* **tools/www:** Make it server independent ([`1d7ad31`](https://github.com/Kitware/trame/commit/1d7ad3197d445ffd600d5069c993a44c5f831a18)) + +### Documentation +* **content:** Fix doc wording ([`490196e`](https://github.com/Kitware/trame/commit/490196e62a5252a7b8b50d0b6bda03746d796ce8)) +* **example:** Fix RemoteSelection for trame v2 ([`4c2ba6d`](https://github.com/Kitware/trame/commit/4c2ba6d2ebc5c4af0bb6427ecaff0435bf6d4a39)) +* **api:** Add missing information ([`32a9a4a`](https://github.com/Kitware/trame/commit/32a9a4a47232a24e7c79d3f037cd3c2fad7fcf56)) +* **api:** Adding more api doc ([`0c9948d`](https://github.com/Kitware/trame/commit/0c9948d03f4a271747965afe7f68b3889e4c9daa)) +* **api:** Adding more api doc ([`a78df91`](https://github.com/Kitware/trame/commit/a78df91235244a6cff4f688298bee91e98df5096)) +* **rtd:** Update wwww ([`13258ad`](https://github.com/Kitware/trame/commit/13258ad7e807d18b5fa7123d28b59f452833a114)) +* **migration:** Add widgets.html info ([`4e57496`](https://github.com/Kitware/trame/commit/4e5749670935e6ba684289d9f894782a1151c0a8)) +* **example:** Add link to v1-v2 delta ([`b28723d`](https://github.com/Kitware/trame/commit/b28723d7e9ea56006e230b1898f3d158f77f49d6)) +* **example:** Add missing v2 migration ([`7b3cda7`](https://github.com/Kitware/trame/commit/7b3cda7c45b8a60132892f762e16ed28cb709481)) +* **website:** Update landing page ([`faba163`](https://github.com/Kitware/trame/commit/faba16314dc229be1b9991fb8b3108d3d94a81a9)) +* **examples:** Add ref to v1 + delta ([`c9bc9dc`](https://github.com/Kitware/trame/commit/c9bc9dc80d14c23782c246e3c202d89ffeed3f95)) +* **website:** Update content to match new api ([`5f55d6a`](https://github.com/Kitware/trame/commit/5f55d6a575d3fb6afb28d49adc66e7f1afb22d96)) +* **examples:** Update and cleanup examples for v2 ([`e8ad216`](https://github.com/Kitware/trame/commit/e8ad2164e64ab1656516f399afed639413ee5421)) diff --git a/setup.cfg b/setup.cfg index 0ee546db..a75efd1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame -version = 2.0.0 +version = 2.0.1 description = Trame, a framework to build applications in plain Python long_description = file: README.rst long_description_content_type = text/x-rst