Skip to content

Commit

Permalink
For 1.8.43 (#1089)
Browse files Browse the repository at this point in the history
* Update default version number for release.

* Update history for release.

* Oops - correct default version #.
  • Loading branch information
SpacemanPaul authored Nov 15, 2024
1 parent 82c9c77 commit 16371cc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ History

Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.

1.8.43 (2024-11-15)
-------------------

* Suppress various upstream warning messages (#1045)
* Various docker image cleanups and updates (#1046, #1047, #1048, #1057, #1059, #1061, #1080)
* Various CI cleanups/improvements (#1050, #1052, #1053, #1055)
* Fix TIFF statistics in case WCS output has NaNs (#1054)
* Documentation improvements (#1064)
* Various auto-updates (#1066. #1071, #1075, #1078, #1082, #1088)
* Fix bug in resource limiting defaults (#1077)
* Prepare for release (#1089)

This release includes contributions from @SpacemanPaul, @alexgleith, @christophfriedrich and @pjonsson.

1.8.42 (2024-08-01)
-------------------

Expand Down
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.42?"
__version__ = "1.8.43?"

0 comments on commit 16371cc

Please sign in to comment.