-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyter_releaser-0.23.0-py3-none-any.whl: 920259f7d944109a185c0d95b6e0eab48433f494f808601c27a729768f1546cb jupyter_releaser-0.23.0.tar.gz: 102d440e4e3d429dfa6e1d846159d309f0c3520db1df8067340a29506641e82d
- Loading branch information
1 parent
3ef7f4e
commit 03e5899
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Copyright (c) Jupyter Development Team. | ||
# Distributed under the terms of the Modified BSD License. | ||
__version__ = "0.22.5" | ||
__version__ = "0.23.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "jupyter_releaser" | ||
version = "0.22.5" | ||
version = "0.23.0" | ||
description = "Jupyter Releaser for Python and/or npm packages." | ||
license = {file = "LICENSE"} | ||
authors = [{name = "Jupyter Development Team", email = "[email protected]"}] | ||
|
@@ -60,7 +60,7 @@ test = [ | |
jupyter-releaser = "jupyter_releaser.cli:main" | ||
|
||
[tool.tbump.version] | ||
current = "0.22.5" | ||
current = "0.23.0" | ||
regex = ''' | ||
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) | ||
((?P<channel>a|b|rc|.dev)(?P<release>\d+))? | ||
|