Skip to content

Commit

Permalink
chore: bump databuilder to 6.7.5 (#1829)
Browse files Browse the repository at this point in the history
* fix: issue with neo4j query for ES data

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* fixed multiple columns because of user match bug, and fixed uppercase fields breaking filters issue

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* chore: bump databuilder to 6.7.5
  • Loading branch information
allisonsuarez committed Apr 23, 2022
1 parent 0cd3cbc commit 242c8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databuilder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = '6.7.4'
__version__ = '6.7.5'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:
Expand Down

0 comments on commit 242c8db

Please sign in to comment.