We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a408862 commit e019278Copy full SHA for e019278
CHANGELOG.md
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+v2.0.902 (2021-12-14)
6
+---------------------
7
+- Docs(paramstyle, named): fix example. [Brooke White]
8
+- Chore: bump lxml >=4.6.5. [Brooke White]
9
+
10
11
v2.0.901 (2021-12-06)
12
---------------------
13
- Refactor(test, paramstyle): adjust to order result set. [Brooke White]
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.901"
+__version__ = "2.0.902"
0 commit comments