File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 33Release Notes
44-------------
55
6- Future Release
7- ==============
6+ .. Future Release
7+ ==============
88 * Enhancements
99 * Fixes
10+ * Changes
11+ * Documentation Changes
12+ * Testing Changes
13+
14+ .. Thanks to the following people for contributing to this release:
15+
16+ v0.29.0 Feb 26, 2024
17+ ====================
1018 * Changes
1119 * Remove numpy upper bound restriction in ``pyproject.toml `` :pr: `1819 `
1220 * Bump min version of python-dateutil for pandas 2.0 compatibility :pr: `1825 `
13- * Documentation Changes
1421 * Testing Changes
1522 * Update ``release.yaml `` to use trusted publisher for PyPI releases :pr: `1819 `
1623 * Update latest dependency CI runs to include run with only core requirements :pr: `1822 `
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.28 .0"
5+ assert __version__ == "0.29 .0"
Original file line number Diff line number Diff line change 1- __version__ = "0.28 .0"
1+ __version__ = "0.29 .0"
You can’t perform that action at this time.
0 commit comments