Merge pull request #6491 from datalayer-externals/revert/release_6_5_0a0

Revert failed release 6.5.0a0
This commit is contained in:
Eric Charles 2022-07-26 18:14:39 +02:00 committed by GitHub
commit e84578139c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.0a0'
__version__ = '6.4.13.dev0'
# 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.0a0"
current = "6.4.13.dev0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?