We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8e194 commit f14123fCopy full SHA for f14123f
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@ Changelog
2
=========
3
4
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
15
v2.0.888 (2021-09-27)
16
---------------------
17
redshift_connector/version.py
@@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
-__version__ = "2.0.888"
+__version__ = "2.0.889"
0 commit comments