Skip to content

Commit

Permalink
Bump to 3.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Sep 9, 2022
1 parent c3650d0 commit 8571a95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SA?=source activate
ENV:=enterprise-gateway-dev
SHELL:=/bin/bash

VERSION?=3.1.0.dev0
VERSION?=3.0.0rc0
SPARK_VERSION?=3.2.1

ifeq (dev, $(findstring dev, $(VERSION)))
Expand Down
2 changes: 1 addition & 1 deletion enterprise_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = "3.1.0.dev0"
__version__ = "3.0.0rc0"
2 changes: 1 addition & 1 deletion etc/kubernetes/helm/enterprise-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 3.1.0-dev0-b0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 3.1.0.dev0
appVersion: 3.0.0rc0

icon: https://avatars1.githubusercontent.com/u/7388996?s=200&v=4
home: https://jupyter.org
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyter_enterprise_gateway"
version = "3.1.0.dev0"
version = "3.0.0rc0"
description = "A web server for spawning and communicating with remote Jupyter kernels"
license = { file = "LICENSE.md" }
keywords = ["Interactive","Interpreter","Kernel", "Web", "Cloud"]
Expand Down Expand Up @@ -68,7 +68,7 @@ jupyter-enterprisegateway = "enterprise_gateway.enterprisegatewayapp:launch_inst
include = ["enterprise_gateway"]

[tool.tbump.version]
current = "3.1.0.dev0"
current = "3.0.0rc0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 8571a95

Please sign in to comment.