Skip to content

Commit 0954479

Browse files
Dominik Gmiterkodee-gmiterko
authored andcommitted
Release 0.2.10
1 parent cd7901e commit 0954479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Quick Example
5454
SELECT CASE WHEN is_no_bags_booking = 'T' AND bags > 0 THEN false ELSE true END
5555
FROM {{table_fullname}};
5656
"""
57-
contessa = ContessaRunner("postgres://:@localhost:5432")
57+
contessa = ContessaRunner("postgresql://:@localhost:5432")
5858
5959
RULES = [
6060
{

contessa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
check on load in temporary table.
77
"""
88

9-
__version__ = "0.2.9"
9+
__version__ = "0.2.10"
1010

1111
# Start ignoring PyUnusedCodeBear
1212
from .consistency_checker import ConsistencyChecker

0 commit comments

Comments
 (0)