Skip to content

Commit eb27766

Browse files
committed
chore: bump version to 2.0.913
1 parent 4d206b9 commit eb27766

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
=========
33

44

5+
v2.0.913 (2023-07-12)
6+
---------------------
7+
- Fix(auth, iam): log if boto3 version insufficient for cname. [Brooke
8+
White]
9+
10+
511
v2.0.912 (2023-07-05)
612
---------------------
713
- Test(cursor): correct test_insert_data_invalid_column_raises. [Brooke

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.912"
5+
__version__ = "2.0.913"

0 commit comments

Comments
 (0)