diff --git a/CHANGELOG.md b/CHANGELOG.md index 001c114..2dadae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.0.21 + +([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.0.20...c7e394d1ee94837c4118d24a0c86f9499ae90e3d)) + +### Merged PRs + +- Allow setting log level [#86](https://github.com/jupyter-server/fps/pull/86) ([@davidbrochart](https://github.com/davidbrochart)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/fps/graphs/contributors?from=2022-09-19&to=2022-11-23&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2022-09-19..2022-11-23&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Apre-commit-ci+updated%3A2022-09-19..2022-11-23&type=Issues) + + + ## 0.0.20 ([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.0.19...503fbae2b5d54306c27b8fc9a195e4af1ec96c4e)) @@ -17,8 +33,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2022-08-31..2022-09-19&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Apre-commit-ci+updated%3A2022-08-31..2022-09-19&type=Issues) - - ## 0.0.19 No merged PRs diff --git a/fps/__init__.py b/fps/__init__.py index 040835a..c35625a 100644 --- a/fps/__init__.py +++ b/fps/__init__.py @@ -1 +1 @@ -__version__ = "0.0.20" +__version__ = "0.0.21" diff --git a/plugins/uvicorn/fps_uvicorn/__init__.py b/plugins/uvicorn/fps_uvicorn/__init__.py index 040835a..c35625a 100644 --- a/plugins/uvicorn/fps_uvicorn/__init__.py +++ b/plugins/uvicorn/fps_uvicorn/__init__.py @@ -1 +1 @@ -__version__ = "0.0.20" +__version__ = "0.0.21"