Skip to content

Commit

Permalink
Merge pull request #910 from opendatacube/for_1_8_32
Browse files Browse the repository at this point in the history
For 1.8.32
  • Loading branch information
SpacemanPaul authored Nov 29, 2022
2 parents c8b750f + 67e9102 commit dbafd9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ History

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

1.8.32 (2022-11-30)
-------------------

Full list of changes:

* Add datacube pypi badge (#891)
* Pre-commit auto-updates (#894, #899, #906)
* Github action update (#896)
* Documentation updates (#898, #903, #904)
* WCS grid counts and add checks for sign errors in native resolution (#902)
* Match docker image version numbers to github SCM version numbers (#907, #908, #909)
* Update default version number and HISTORY.rst (#910)

Contributions from @pindge and @SpacemanPaul (and of course, the pre-commit-ci bot).


1.8.31 (2022-10-24)
-------------------

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.31+?"
__version__ = "1.8.32+?"

0 comments on commit dbafd9d

Please sign in to comment.