From 54a9b18cb37c59516b76c7cadc35c234c9417e52 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Thu, 31 Aug 2023 16:42:53 +1000 Subject: [PATCH] Update HISTORY.rst and default version for 1.8.35 release. --- HISTORY.rst | 9 +++++++++ datacube_ows/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 98fe213af..85681c9ce 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 891507c23..6b08afaf4 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+?"