Skip to content

Commit

Permalink
chore: bump version to 2.0.883
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Jul 19, 2021
1 parent fa5a36f commit eb107a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ Changelog
=========


v2.0.883 (2021-07-19)
---------------------
- Docs(Connection, handle_DATA_ROW): add doc-string. [Brooke White]
- Docs(tutorials, BrowserAzureCredentialsProvider): fix bug in tutorial.
[Brooke White]
- Docs: update doc-strings, fix typo. [Brooke White]
- Docs(readme): update connection params table, pandas usage. [Brooke
White]
- Test(idp, browser-azure): display close window message after auth with
IdP. [Brooke White]
- Fix(idp, browser): display close window message after auth with IdP.
[Brooke White]


v2.0.882 (2021-06-23)
---------------------
- Refactor(redshift-property, ssl_insecure): use ssl_insecure rather
Expand Down
2 changes: 1 addition & 1 deletion redshift_connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.882"
__version__ = "2.0.883"

0 comments on commit eb107a1

Please sign in to comment.