File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 3
3
Release Notes
4
4
-------------
5
5
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
+ ====================
8
18
* Enhancements
9
19
* Force datetime guesser input to be string :pr: `1724 `
10
20
* Add support for ``pandas `` v2.0.0 :pr: `1729 `
11
- * Fixes
12
21
* Changes
13
22
* Remove upper bound restriction on ``dask `` version :pr: `1729 `
14
- * Documentation Changes
15
23
* Testing Changes
16
- * Remove ``autouse=True `` from latlong dataframe fixtures :pr: `` 1729` `
24
+ * Remove ``autouse=True `` from latlong dataframe fixtures :pr: `1729 `
17
25
18
26
Thanks to the following people for contributing to this release:
19
27
:user: `christopherbunn `, :user: `thehomebrewnerd `
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def 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