Skip to content

Commit

Permalink
Release 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Gmiterko authored and dee-gmiterko committed Jun 3, 2021
1 parent 3db80c4 commit 54df896
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contessa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
check on load in temporary table.
"""

__version__ = "0.2.10"
__version__ = "0.2.11"

# Start ignoring PyUnusedCodeBear
from .consistency_checker import ConsistencyChecker
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Contessa Changelog
============================================

2021-06-03; 0.2.11;
--------------------------------------------

- Fix unintentional parameters in SQL queries
- Fix counting NULL values as failed

2021-04-12; 0.2.10;
--------------------------------------------

Expand Down

0 comments on commit 54df896

Please sign in to comment.