From ef6c1fbb569abe092aedecf53c7ee6dc703ed681 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Jun 2022 13:49:19 +0000 Subject: [PATCH] 2.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca5ee0e..8b855a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v2.1.1 (2022-06-15) +### Fix +* **mimetypes:** Ensure javascript files get the correct mimetype ([`40a9618`](https://github.com/Kitware/trame/commit/40a9618af62da9f7d2b88bc333938c9ccc647487)) + +### Documentation +* **example:** Fix SimpleCone/RemoteRendering ([`498fd78`](https://github.com/Kitware/trame/commit/498fd7803505068cf269aa1ac83806e1b16d3d03)) +* **contributing:** Add CONTRIBUTING.rst ([`9e51275`](https://github.com/Kitware/trame/commit/9e5127537c23b743b04cbafff3f5f21ba277344a)) + ## v2.1.0 (2022-06-04) ### Feature * **ui:** Add virtual node ui manager with server ([`6956009`](https://github.com/Kitware/trame/commit/695600928f2bd3e3795c556d609eb11c93ba7c50)) diff --git a/setup.cfg b/setup.cfg index 9b8a5a49..b6a3d1f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame -version = 2.1.0 +version = 2.1.1 description = Trame, a framework to build applications in plain Python long_description = file: README.rst long_description_content_type = text/x-rst