File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.
9
9
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
+
10
26
1.8.31 (2022-10-24)
11
27
-------------------
12
28
Original file line number Diff line number Diff line change 6
6
try :
7
7
from ._version import version as __version__
8
8
except ImportError :
9
- __version__ = "1.8.31 +?"
9
+ __version__ = "1.8.32 +?"
You can’t perform that action at this time.
0 commit comments