Skip to content

Commit 4260605

Browse files
authored
Merge pull request #700 from opendatacube/for_1_8_17
Increment default version to 1.8.17.
2 parents dd44ec9 + 29db3f4 commit 4260605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datacube_ows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
try:
77
from ._version import version as __version__
88
except ImportError:
9-
__version__ = "1.8.16+?"
9+
__version__ = "1.8.17+?"

datacube_ows/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, products, bands, main=False, manual_merge=False, ignore_time=
5555
def __str__(self):
5656
return f"Query bands {self.bands} from products {self.products}"
5757

58-
def __hash__(self):
58+
def __hash__(self):
5959
return hash(self.key)
6060

6161
@classmethod

0 commit comments

Comments
 (0)