File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ Changelog
22=========
33
44
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+
518v2.0.909 (2022-09-22)
619---------------------
720- Bump version to 2.0.909. [ Brooke White]
Original file line number Diff line number Diff line change 22# 1) we don't load dependencies by storing it in __init__.py
33# 2) we can import it in setup.py for the same reason
44# 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