diff --git a/HISTORY.rst b/HISTORY.rst index 98fe213a..85681c9c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,15 @@ History Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x. +1.8.35 (2023-09-01) +------------------- + +Maintenance release. + +* Changes to depenency version pins (#983, #942, #948, #949) + +Includes contributions from @pindge, @emmaai and @SpacemanPaul. + 1.8.34 (2023-03-21) ------------------- diff --git a/datacube_ows/__init__.py b/datacube_ows/__init__.py index 891507c2..6b08afaf 100644 --- a/datacube_ows/__init__.py +++ b/datacube_ows/__init__.py @@ -6,4 +6,4 @@ try: from ._version import version as __version__ except ImportError: - __version__ = "1.8.34+?" + __version__ = "1.8.35+?"