|
|
|
|
@ -17,7 +17,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.4.6"
|
|
|
|
|
current = "6.5.0.dev0"
|
|
|
|
|
regex = '''
|
|
|
|
|
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
|
|
|
|
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
|
|
|
|
|
|