Publish 6.5.0rc0

SHA256 hashes:

notebook-6.5.0rc0-py3-none-any.whl: 1694558aa4620e2169eb42db5a036dfb3e06307186fdae1598b1e816fbd8fd5e

notebook-6.5.0rc0.tar.gz: 5080b2b7541d93aea1604d3ea544c307ae80a354e4446585bab9698a262ed018
This commit is contained in:
GitHub Action 2022-08-30 19:03:20 +00:00
parent 3028a23c1a
commit 8e5bd6b13b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ store the current version info of the notebook.
import re
# Version string must appear intact for tbump versioning
__version__ = '6.5.0b0'
__version__ = '6.5.0rc0'
# Build up version_info tuple for backwards compatibility
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

View File

@ -16,7 +16,7 @@ before-build-python = ["pip install babel", "npm install -g po2json"]
ignore-glob = ["docs/source/examples/Notebook/Working With Markdown Cells.ipynb", "docs-translations/**/README.md", "docs/source/contributing.rst", "docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb", "CHANGELOG.md", "notebook/static/components/**/*.*"]
[tool.tbump.version]
current = "6.5.0b0"
current = "6.5.0rc0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?