Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razrotenberg committed Feb 19, 2024
1 parent 78eec28 commit 4b29d36
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2024-02-19

### Added

- Supporting `jupyter-server` versions 2.x.

## [0.3.0] - 2023-06-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_genv/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = ["__version__"]

__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_genv",
"version": "0.3.0",
"version": "0.4.0",
"description": "A JupyterLab extension.",
"keywords": [
"jupyter",
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 = "jupyterlab_genv"
version = "0.3.0"
version = "0.4.0"
description = "A JupyterLab extension for managing GPU environments using genv."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -82,7 +82,7 @@ file = [
]

[tool.tbump.version]
current = "0.3.0"
current = "0.4.0"
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"

[tool.tbump.git]
Expand Down

0 comments on commit 4b29d36

Please sign in to comment.