Skip to content

Commit dbafd9d

Browse files
authored
Merge pull request #910 from opendatacube/for_1_8_32
For 1.8.32
2 parents c8b750f + 67e9102 commit dbafd9d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.32 (2022-11-30)
11+
-------------------
12+
13+
Full list of changes:
14+
15+
* Add datacube pypi badge (#891)
16+
* Pre-commit auto-updates (#894, #899, #906)
17+
* Github action update (#896)
18+
* Documentation updates (#898, #903, #904)
19+
* WCS grid counts and add checks for sign errors in native resolution (#902)
20+
* Match docker image version numbers to github SCM version numbers (#907, #908, #909)
21+
* Update default version number and HISTORY.rst (#910)
22+
23+
Contributions from @pindge and @SpacemanPaul (and of course, the pre-commit-ci bot).
24+
25+
1026
1.8.31 (2022-10-24)
1127
-------------------
1228

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

0 commit comments

Comments
 (0)