File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = v2025.05 .0
2+ current_version = v2025.6 .0
33commit = True
44tag = 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
Original file line number Diff line number Diff line change @@ -63,4 +63,4 @@ references:
6363 journal : Environmental Data Science journal
6464 year : 2022
6565type : software
66- version : v2025.05 .0
66+ version : v2025.6 .0
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments