Skip to content

Commit

Permalink
Bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Jan 13, 2023
1 parent 1e50423 commit 2643da4
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.0.dev0
VERSION?=3.2.0
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.0.dev0"
__version__ = "3.2.0"
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.0-dev0
# 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.0.dev0
appVersion: 3.2.0

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.0.dev0"
version = "3.2.0"
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 @@ -75,7 +75,7 @@ jupyter-enterprisegateway = "enterprise_gateway.enterprisegatewayapp:launch_inst
include = ["enterprise_gateway"]

[tool.tbump.version]
current = "3.2.0.dev0"
current = "3.2.0"
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 2643da4

Please sign in to comment.