Skip to content

Commit

Permalink
manually merged
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkramaric committed Mar 8, 2016
2 parents 07e1607 + 7ad1439 commit 1ef418f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daffodil/hstore_predicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def get_cast_attr(val, attr=None):


def call(self, predicate, queryset):
return queryset.extra(where=[predicate]) if predicate else queryset
return queryset.extra(where=[predicate]) if predicate else queryset
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='daffodil',
version='0.3.9',
version='0.3.9.3',
author='James Robert',
description='A Super-simple DSL for filtering datasets',
license='MIT',
Expand Down

0 comments on commit 1ef418f

Please sign in to comment.