Skip to content

Commit

Permalink
version 1.1.14; updated broken test; added frontend files to wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Oct 12, 2022
1 parent 719069f commit 1dbf32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/kangas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# All rights reserved #
######################################################

version_info = (1, 1, 13)
version_info = (1, 1, 14)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion backend/tests/unit/test_computed_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def test_image_column():
)
assert databases == []
assert select_expr_as == []
assert where_sql is not None
assert where_sql is None

results = select_by_query(where_expr, computed_columns)
expected_results = {
Expand Down

0 comments on commit 1dbf32d

Please sign in to comment.