Skip to content

Commit 0d3f470

Browse files
authored
Merge pull request #35 from eds-book/fix-release
Fix release
2 parents 4c07efc + 0ac7ca2 commit 0d3f470

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = v2025.05.0
2+
current_version = v2025.6.0
33
commit = True
44
tag = True
5-
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
6-
serialize = v{major}.{minor}.{patch}
5+
parse = (v(?P<year>\d+))(.(?P<month>\d+))(.(?P<patch>\d+))
6+
serialize = v{year}.{month}.{patch}
77

88
[bumpversion:file:myst.yml]
99

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ references:
6363
journal: Environmental Data Science journal
6464
year: 2022
6565
type: software
66-
version: v2025.05.0
66+
version: v2025.6.0

myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ project:
122122
output: exports/notebook.pdf
123123
- format: cff
124124
type: software
125-
version: v2025.05.0
125+
version: v2025.6.0
126126
license: MITs
127127
license-url: https://opensource.org/license/MIT
128128
identifiers:

notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
"source": [
702702
"from datetime import date\n",
703703
"\n",
704-
"print('Notebook repository version: v2025.05.0')\n",
704+
"print('Notebook repository version: v2025.6.0')\n",
705705
"print(f'Last tested: {date.today()}')"
706706
]
707707
}

0 commit comments

Comments
 (0)