Skip to content

Commit 74c3069

Browse files
committed
Release 2025.4.0
1 parent 1519b9b commit 74c3069

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2025.2.0-0.dev"
1+
__version__ = "2025.4.0"

dask-gateway-server/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "hatchling.build"
1111
#
1212
[project]
1313
name = "dask-gateway-server"
14-
version = "2025.2.0-0.dev"
14+
version = "2025.4.0"
1515
description = "A multi-tenant server for securely deploying and managing multiple Dask clusters."
1616
readme = "README.rst"
1717
requires-python = ">=3.10"

dask-gateway/dask_gateway/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2025.2.0-0.dev"
1+
__version__ = "2025.4.0"

dask-gateway/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "hatchling.build"
1111
#
1212
[project]
1313
name = "dask-gateway"
14-
version = "2025.2.0-0.dev"
14+
version = "2025.4.0"
1515
description = "A client library for interacting with a dask-gateway server"
1616
readme = "README.rst"
1717
requires-python = ">=3.10"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ source = [
5656
github_url = "https://github.com/dask/dask-gateway"
5757

5858
[tool.tbump.version]
59-
current = "2025.2.0-0.dev"
59+
current = "2025.4.0"
6060
regex = '''
6161
(?P<major>\d+)
6262
\.

resources/helm/dask-gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
name: dask-gateway
44
version: 0.0.1-set.by.chartpress
5-
appVersion: "2025.2.0-0.dev"
5+
appVersion: "2025.4.0"
66
description: A multi-tenant server for deploying and managing Dask clusters
77
home: https://gateway.dask.org/
88
sources:

0 commit comments

Comments
 (0)