Skip to content

Commit f14123f

Browse files
committed
chore: bump version to 2.0.889
1 parent 3d8e194 commit f14123f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ Changelog
22
=========
33

44

5+
v2.0.889 (2021-10-25)
6+
---------------------
7+
- Test(datatype, timetz): ensure tz is always utc. [Brooke White]
8+
- Fix(datatype, timetz): always use binary transfer format. [Brooke
9+
White]
10+
- Tests(conftest): configure unit tests to run without config.ini.
11+
[Brooke White]
12+
- Fix named paramstyle in readme (#60) [Ash Berlin-Taylor]
13+
14+
515
v2.0.888 (2021-09-27)
616
---------------------
717

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
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.888"
5+
__version__ = "2.0.889"

0 commit comments

Comments
 (0)