File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.910 (2023-01-25)
6
+ ---------------------
7
+ - Fix(metadata): views when cast null. [ Brooke White]
8
+ - Fix(cursor): Always return ` pandas.DataFrame ` (#141 ) [ Brooke White,
9
+ Fred]
10
+
11
+ * Always return ` pandas.DataFrame `
12
+
13
+ * test(cursor, test_fetch_dataframe_no_results): always return df
14
+ - Fix(docs): change variable names from con to conn (#139 ) [ Daiki
15
+ Katsuragawa]
16
+
17
+
5
18
v2.0.909 (2022-09-22)
6
19
---------------------
7
20
- Bump version to 2.0.909. [ Brooke White]
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 3) we can import it into your module module
5
- __version__ = "2.0.909 "
5
+ __version__ = "2.0.910 "
You can’t perform that action at this time.
0 commit comments