Skip to content

Commit 0d59f62

Browse files
committed
Bump to 3.1.0
1 parent cebf695 commit 0d59f62

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV:=enterprise-gateway-dev
1313
SHELL:=/bin/bash
1414
MULTIARCH_BUILD?=
1515

16-
VERSION?=3.1.0.dev0
16+
VERSION?=3.1.0
1717
SPARK_VERSION?=3.2.1
1818

1919
ifeq (dev, $(findstring dev, $(VERSION)))

enterprise_gateway/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Copyright (c) Jupyter Development Team.
44
# Distributed under the terms of the Modified BSD License.
55

6-
__version__ = "3.1.0.dev0"
6+
__version__ = "3.1.0"

etc/kubernetes/helm/enterprise-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 3.1.0-dev0
99
# This is the version number of the application being deployed. This version number should be
1010
# incremented each time you make changes to the application. Versions are not expected to
1111
# follow Semantic Versioning. They should reflect the version the application is using.
12-
appVersion: 3.1.0.dev0
12+
appVersion: 3.1.0
1313

1414
icon: https://avatars1.githubusercontent.com/u/7388996?s=200&v=4
1515
home: https://jupyter.org

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_enterprise_gateway"
7-
version = "3.1.0.dev0"
7+
version = "3.1.0"
88
description = "A web server for spawning and communicating with remote Jupyter kernels"
99
license = { file = "LICENSE.md" }
1010
keywords = ["Interactive","Interpreter","Kernel", "Web", "Cloud"]
@@ -69,7 +69,7 @@ jupyter-enterprisegateway = "enterprise_gateway.enterprisegatewayapp:launch_inst
6969
include = ["enterprise_gateway"]
7070

7171
[tool.tbump.version]
72-
current = "3.1.0.dev0"
72+
current = "3.1.0"
7373
regex = '''
7474
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
7575
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)