File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v3.0.9 (2024-09-17)
6+
7+ ### Other
8+
9+ * Relabel as "PhD Authors" ([ #82 ] ( https://github.com/WIPACrepo/mou-dashboard/issues/82 ) ) ([ ` b05eceb ` ] ( https://github.com/WIPACrepo/mou-dashboard/commit/b05eceb72e9b5fd66f62e390919dc908618a6a6a ) )
10+
511## v3.0.8 (2024-03-20)
612
713### Other
Original file line number Diff line number Diff line change 77# is zero for an official release, positive for a development branch,
88# or negative for a release candidate or beta (after the base version
99# number has been incremented)
10- __version__ = "3.0.8 "
10+ __version__ = "3.0.9 "
1111version_info = (
1212 int (__version__ .split ("." )[0 ]),
1313 int (__version__ .split ("." )[1 ]),
Original file line number Diff line number Diff line change 88# is zero for an official release, positive for a development branch,
99# or negative for a release candidate or beta (after the base version
1010# number has been incremented)
11- __version__ = "3.0.8 "
11+ __version__ = "3.0.9 "
1212version_info = (
1313 int (__version__ .split ("." )[0 ]),
1414 int (__version__ .split ("." )[1 ]),
Original file line number Diff line number Diff line change 77# is zero for an official release, positive for a development branch,
88# or negative for a release candidate or beta (after the base version
99# number has been incremented)
10- __version__ = "3.0.8 "
10+ __version__ = "3.0.9 "
1111version_info = (
1212 int (__version__ .split ("." )[0 ]),
1313 int (__version__ .split ("." )[1 ]),
You can’t perform that action at this time.
0 commit comments