Skip to content

Commit 41e588a

Browse files
committed
Bump to 4.4.0
1 parent 175ce4f commit 41e588a

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.3.1-0.dev"
4+
__version__ = "4.4.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.3.1-0.dev",
3+
"version": "4.4.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.3.1-0.dev"
19+
version = "4.4.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.3.1-0.dev"
165+
current = "4.4.0"
166166
regex = '''
167167
(?P<major>\d+)
168168
\.

0 commit comments

Comments
 (0)