Skip to content

Commit 49517a7

Browse files
committed
Bump to 3.0.0b0
1 parent a97ced2 commit 49517a7

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
@@ -12,7 +12,7 @@ SA?=source activate
1212
ENV:=enterprise-gateway-dev
1313
SHELL:=/bin/bash
1414

15-
VERSION?=3.0.0.dev0
15+
VERSION?=3.0.0b0
1616
SPARK_VERSION?=3.2.1
1717

1818
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.0.0.dev0"
6+
__version__ = "3.0.0b0"

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.0.0
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.0.0.dev0
12+
appVersion: 3.0.0b0
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.0.0.dev0"
7+
version = "3.0.0b0"
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"]
@@ -68,7 +68,7 @@ jupyter-enterprisegateway = "enterprise_gateway.enterprisegatewayapp:launch_inst
6868
include = ["enterprise_gateway"]
6969

7070
[tool.tbump.version]
71-
current = "3.0.0.dev0"
71+
current = "3.0.0b0"
7272
regex = '''
7373
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
7474
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)