We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eda272 commit 1ec4fb2Copy full SHA for 1ec4fb2
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = v2025.05.0
+current_version = v2025.6.0
3
commit = True
4
tag = True
5
parse = (v(?P<year>\d+))(.(?P<month>\d+))(.(?P<patch>\d+))
myst.yml
@@ -71,7 +71,7 @@ project:
71
output: exports/notebook.pdf
72
- format: cff
73
type: software
74
- version: v2025.05.0
+ version: v2025.6.0
75
license: MIT
76
license-url: https://opensource.org/license/MIT
77
identifiers:
notebook.ipynb
@@ -564,7 +564,7 @@
564
"source": [
565
"from datetime import date\n",
566
"\n",
567
- "print('Notebook repository version: v2025.05.0')\n",
+ "print('Notebook repository version: v2025.6.0')\n",
568
"print(f'Last tested: {date.today()}')"
569
]
570
}
0 commit comments