Skip to content

Commit 516fcd8

Browse files
authored
Merge pull request #791 from opendatacube/for_1_8_25
update default version number and HISTORY.rst for release 1.8.25
2 parents 2d3f4d0 + 1b6737b commit 516fcd8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ History
77

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

10+
1.8.25 (2022-01-19)
11+
-------------------
12+
Bug fix release.
13+
14+
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.
15+
16+
* Legend internationalisation bug fix (#789, #790)
17+
* Update default version number and HISTORY.rst (#791)
18+
1019
1.8.24 (2022-01-18)
1120
-------------------
1221

datacube_ows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
try:
77
from ._version import version as __version__
88
except ImportError:
9-
__version__ = "1.8.24+?"
9+
__version__ = "1.8.25+?"

0 commit comments

Comments
 (0)