Skip to content

Commit 1b0f134

Browse files
committed
chore: bump version to 2.0.910
1 parent 9cef30d commit 1b0f134

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff 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+
518
v2.0.909 (2022-09-22)
619
---------------------
720
- Bump version to 2.0.909. [Brooke White]

redshift_connector/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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"

0 commit comments

Comments
 (0)