Skip to content

Commit

Permalink
Publish 2.27.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab_server-2.27.2-py3-none-any.whl: 54aa2d64fd86383b5438d9f0c032f043c4d8c0264b8af9f60bd061157466ea43

jupyterlab_server-2.27.2.tar.gz: 15cbb349dc45e954e09bacf81b9f9bcb10815ff660fb2034ecd7417db3a7ea27
  • Loading branch information
krassowski committed May 22, 2024
1 parent 348c8ea commit ea3eba9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 2.27.2

([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.27.1...348c8ea202704ad1b5d87fa4ca90ccbdd541d1db))

### Bugs fixed

- Load overrides once, rather than in each settings handler [#452](https://github.com/jupyterlab/jupyterlab_server/pull/452) ([@krassowski](https://github.com/krassowski))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab_server/graphs/contributors?from=2024-04-23&to=2024-05-22&type=c))

[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Akrassowski+updated%3A2024-04-23..2024-05-22&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.27.1

([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.27.0...055a1695ba0aa0718764541b503bb0b5871e69c5))
Expand All @@ -16,8 +32,6 @@

[@divyansshhh](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Adivyansshhh+updated%3A2024-04-22..2024-04-23&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.27.0

([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.26.0...951b54c234a30aa2c8825d43a372ae812fd6dc78))
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""
import re

__version__ = "2.27.1"
__version__ = "2.27.2"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down

0 comments on commit ea3eba9

Please sign in to comment.