From cd117534eff79405f83c7dccdbf6e97cf4297bfc Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:42:20 +0000 Subject: [PATCH] Publish 6.5.0 SHA256 hashes: notebook-6.5.0-py3-none-any.whl: 9a8617be63ef54d14c79c4089b714359dfee49a945ae723220fea282421e0f6e notebook-6.5.0.tar.gz: c5b747b047aa934da5f8f52d3b7219e7338684890d8dd6d9cac5d67d4513f924 --- notebook/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/_version.py b/notebook/_version.py index 50bf82024..4649fcec8 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -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.0rc0' +__version__ = '6.5.0' # Build up version_info tuple for backwards compatibility pattern = r'(?P\d+).(?P\d+).(?P\d+)(?P.*)' diff --git a/pyproject.toml b/pyproject.toml index 889744d3a..fb30221f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.0rc0" +current = "6.5.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?