Skip to content

Commit

Permalink
Merge pull request #700 from opendatacube/for_1_8_17
Browse files Browse the repository at this point in the history
Increment default version to 1.8.17.
  • Loading branch information
SpacemanPaul authored Aug 24, 2021
2 parents dd44ec9 + 29db3f4 commit 4260605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.16+?"
__version__ = "1.8.17+?"
2 changes: 1 addition & 1 deletion datacube_ows/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, products, bands, main=False, manual_merge=False, ignore_time=
def __str__(self):
return f"Query bands {self.bands} from products {self.products}"

def __hash__(self):
def __hash__(self):
return hash(self.key)

@classmethod
Expand Down

0 comments on commit 4260605

Please sign in to comment.