Skip to content

Commit

Permalink
Release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Gmiterko authored and dee-gmiterko committed Apr 12, 2021
1 parent cd7901e commit 0954479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Quick Example
SELECT CASE WHEN is_no_bags_booking = 'T' AND bags > 0 THEN false ELSE true END
FROM {{table_fullname}};
"""
contessa = ContessaRunner("postgres://:@localhost:5432")
contessa = ContessaRunner("postgresql://:@localhost:5432")
RULES = [
{
Expand Down
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.9"
__version__ = "0.2.10"

# Start ignoring PyUnusedCodeBear
from .consistency_checker import ConsistencyChecker
Expand Down

0 comments on commit 0954479

Please sign in to comment.