Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = v2025.05.0
current_version = v2025.6.0
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
serialize = v{major}.{minor}.{patch}
parse = (v(?P<year>\d+))(.(?P<month>\d+))(.(?P<patch>\d+))
serialize = v{year}.{month}.{patch}

[bumpversion:file:myst.yml]

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ license: MIT
license-url: https://opensource.org/license/MIT
repository: https://github.com/eds-book/bc30df18-fce2-42fa-aade-1ce5b7f3ca3c
type: software
version: v2025.05.0
version: v2025.6.0
2 changes: 1 addition & 1 deletion myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ project:
output: exports/notebook.pdf
- format: cff
type: software
version: v2025.05.0
version: v2025.6.0
license: MIT
license-url: https://opensource.org/license/MIT
identifiers:
Expand Down
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v2025.05.0')\n",
"print('Notebook repository version: v2025.6.0')\n",
"print(f'Last tested: {date.today()}')"
],
"outputs": [],
Expand Down