Skip to content

Commit

Permalink
Merge pull request #791 from opendatacube/for_1_8_25
Browse files Browse the repository at this point in the history
update default version number and HISTORY.rst for release 1.8.25
  • Loading branch information
pindge authored Jan 19, 2022
2 parents 2d3f4d0 + 1b6737b commit 516fcd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.25 (2022-01-19)
-------------------
Bug fix release.

The legend internationalisation code in 1.8.24 caused errors in manual legends for deployments that do not have internationalisation enabled. This release fixes that issue.

* Legend internationalisation bug fix (#789, #790)
* Update default version number and HISTORY.rst (#791)

1.8.24 (2022-01-18)
-------------------

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.24+?"
__version__ = "1.8.25+?"

0 comments on commit 516fcd8

Please sign in to comment.