File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 33Release Notes
44-------------
55
6- Future Release
7- ==============
6+ .. Future Release
7+ ==============
8+ * Enhancements
9+ * Fixes
10+ * Changes
11+ * Documentation Changes
12+ * Testing Changes
13+
14+ .. Thanks to the following people for contributing to this release:
15+
16+ v0.25.0 Jul 17, 2023
17+ ====================
818 * Enhancements
919 * Force datetime guesser input to be string :pr: `1724 `
1020 * Add support for ``pandas `` v2.0.0 :pr: `1729 `
11- * Fixes
1221 * Changes
1322 * Remove upper bound restriction on ``dask `` version :pr: `1729 `
14- * Documentation Changes
1523 * Testing Changes
16- * Remove ``autouse=True `` from latlong dataframe fixtures :pr: `` 1729` `
24+ * Remove ``autouse=True `` from latlong dataframe fixtures :pr: `1729 `
1725
1826 Thanks to the following people for contributing to this release:
1927 :user: `christopherbunn `, :user: `thehomebrewnerd `
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.24 .0"
5+ assert __version__ == "0.25 .0"
Original file line number Diff line number Diff line change 1- __version__ = "0.24 .0"
1+ __version__ = "0.25 .0"
You can’t perform that action at this time.
0 commit comments