Skip to content

Commit 6733d48

Browse files
committed
Bump to 4.5.0
1 parent cdcccf6 commit 6733d48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jupyter_server_proxy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# __version__ should be updated using tbump, based on configuration in
22
# pyproject.toml, according to instructions in RELEASE.md.
33
#
4-
__version__ = "4.4.1-0.dev"
4+
__version__ = "4.5.0"

labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterhub/jupyter-server-proxy",
3-
"version": "4.4.1-0.dev",
3+
"version": "4.5.0",
44
"description": "A JupyterLab extension accompanying the PyPI package jupyter-server-proxy adding launcher items for configured server processes.",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires = [
1616
#
1717
[project]
1818
name = "jupyter_server_proxy"
19-
version = "4.4.1-0.dev"
19+
version = "4.5.0"
2020
description = "A Jupyter server extension to run additional processes and proxy to them that comes bundled JupyterLab extension to launch pre-defined processes."
2121
keywords = ["jupyter", "jupyterlab", "jupyterlab-extension"]
2222
authors = [
@@ -169,7 +169,7 @@ profile = "black"
169169
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"
170170

171171
[tool.tbump.version]
172-
current = "4.4.1-0.dev"
172+
current = "4.5.0"
173173
regex = '''
174174
(?P<major>\d+)
175175
\.

0 commit comments

Comments
 (0)