Skip to content

Commit 91bd29b

Browse files
committed
Bump to 4.2.0
1 parent 7abc9dc commit 91bd29b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1.3-0.dev",
3+
"version": "4.2.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.1.3-0.dev"
19+
version = "4.2.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 = [
@@ -162,7 +162,7 @@ profile = "black"
162162
github_url = "https://github.com/jupyterhub/jupyter-server-proxy"
163163

164164
[tool.tbump.version]
165-
current = "4.1.3-0.dev"
165+
current = "4.2.0"
166166
regex = '''
167167
(?P<major>\d+)
168168
\.

0 commit comments

Comments
 (0)