Skip to content

Commit

Permalink
Bump to 3.3.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Mar 18, 2023
1 parent 12fae0a commit d2f6c9c
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 @@ -14,7 +14,7 @@ SHELL:=/bin/bash
MULTIARCH_BUILD?=
TARGET_ARCH?=undefined

VERSION?=3.2.2
VERSION?=3.3.0.dev0
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.2.2"
__version__ = "3.3.0.dev0"
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.2.2
# 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.2.2
appVersion: 3.3.0.dev0

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.2.2"
version = "3.3.0.dev0"
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 @@ -79,7 +79,7 @@ max-statements = 60
include = ["enterprise_gateway"]

[tool.tbump.version]
current = "3.2.2"
current = "3.3.0.dev0"
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 d2f6c9c

Please sign in to comment.