diff --git a/CHANGELOG.md b/CHANGELOG.md index fa542b0d..a98c2bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,29 @@ -## 0.0.46 +## 0.0.47 -No merged PRs +([Full Changelog](https://github.com/jupyter-server/jupyverse/compare/v0.0.46...e39fa082add25c29ac963b1c432f5599c2666869)) + +### Merged PRs + +- Remove duplicate favicon.ico [#263](https://github.com/jupyter-server/jupyverse/pull/263) ([@davidbrochart](https://github.com/davidbrochart)) +- Pin ypy-websocket >=0.8.2 [#262](https://github.com/jupyter-server/jupyverse/pull/262) ([@davidbrochart](https://github.com/davidbrochart)) +- Pass environment to terminals [#261](https://github.com/jupyter-server/jupyverse/pull/261) ([@davidbrochart](https://github.com/davidbrochart)) +- Remove fps-resource-usage dependency [#257](https://github.com/jupyter-server/jupyverse/pull/257) ([@davidbrochart](https://github.com/davidbrochart)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyverse/graphs/contributors?from=2022-12-13&to=2023-01-06&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyverse+involves%3Adavidbrochart+updated%3A2022-12-13..2023-01-06&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyverse+involves%3Apre-commit-ci+updated%3A2022-12-13..2023-01-06&type=Issues) +## 0.0.46 + +No merged PRs + ## 0.0.45 ([Full Changelog](https://github.com/jupyter-server/jupyverse/compare/v0.0.44...8652e430f192d2e6ebea712c7b38134da377e8d2)) diff --git a/jupyverse/__init__.py b/jupyverse/__init__.py index 68baa3ed..a15559fa 100644 --- a/jupyverse/__init__.py +++ b/jupyverse/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/auth/fps_auth/__init__.py b/plugins/auth/fps_auth/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/auth/fps_auth/__init__.py +++ b/plugins/auth/fps_auth/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/auth_base/fps_auth_base/__init__.py b/plugins/auth_base/fps_auth_base/__init__.py index 581cc0c5..31168b35 100644 --- a/plugins/auth_base/fps_auth_base/__init__.py +++ b/plugins/auth_base/fps_auth_base/__init__.py @@ -1,6 +1,6 @@ import pkg_resources -__version__ = "0.0.46" +__version__ = "0.0.47" auth = {ep.name: ep.load() for ep in pkg_resources.iter_entry_points(group="jupyverse_auth")} diff --git a/plugins/auth_fief/fps_auth_fief/__init__.py b/plugins/auth_fief/fps_auth_fief/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/auth_fief/fps_auth_fief/__init__.py +++ b/plugins/auth_fief/fps_auth_fief/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/contents/fps_contents/__init__.py b/plugins/contents/fps_contents/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/contents/fps_contents/__init__.py +++ b/plugins/contents/fps_contents/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/frontend/fps_frontend/__init__.py b/plugins/frontend/fps_frontend/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/frontend/fps_frontend/__init__.py +++ b/plugins/frontend/fps_frontend/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/jupyterlab/fps_jupyterlab/__init__.py b/plugins/jupyterlab/fps_jupyterlab/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/jupyterlab/fps_jupyterlab/__init__.py +++ b/plugins/jupyterlab/fps_jupyterlab/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/kernels/fps_kernels/__init__.py b/plugins/kernels/fps_kernels/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/kernels/fps_kernels/__init__.py +++ b/plugins/kernels/fps_kernels/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/lab/fps_lab/__init__.py b/plugins/lab/fps_lab/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/lab/fps_lab/__init__.py +++ b/plugins/lab/fps_lab/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/login/fps_login/__init__.py b/plugins/login/fps_login/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/login/fps_login/__init__.py +++ b/plugins/login/fps_login/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/nbconvert/fps_nbconvert/__init__.py b/plugins/nbconvert/fps_nbconvert/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/nbconvert/fps_nbconvert/__init__.py +++ b/plugins/nbconvert/fps_nbconvert/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/noauth/fps_noauth/__init__.py b/plugins/noauth/fps_noauth/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/noauth/fps_noauth/__init__.py +++ b/plugins/noauth/fps_noauth/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/resource_usage/fps_resource_usage/__init__.py b/plugins/resource_usage/fps_resource_usage/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/resource_usage/fps_resource_usage/__init__.py +++ b/plugins/resource_usage/fps_resource_usage/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/retrolab/fps_retrolab/__init__.py b/plugins/retrolab/fps_retrolab/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/retrolab/fps_retrolab/__init__.py +++ b/plugins/retrolab/fps_retrolab/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/terminals/fps_terminals/__init__.py b/plugins/terminals/fps_terminals/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/terminals/fps_terminals/__init__.py +++ b/plugins/terminals/fps_terminals/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/plugins/yjs/fps_yjs/__init__.py b/plugins/yjs/fps_yjs/__init__.py index 68baa3ed..a15559fa 100644 --- a/plugins/yjs/fps_yjs/__init__.py +++ b/plugins/yjs/fps_yjs/__init__.py @@ -1 +1 @@ -__version__ = "0.0.46" +__version__ = "0.0.47"