Skip to content

Commit 8a2dd7f

Browse files
authored
For 1 8 37 (#993)
* Update HISTORY.rst and default version number for 1.8.37 release. * Update HISTORY.rst
1 parent 1e5b139 commit 8a2dd7f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

HISTORY.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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.37 (2024-02-28)
11+
-------------------
12+
13+
Maintenance release. Security updates and bug fixes around timezone handling.
14+
15+
* Fixes to timezone handling (#958, #982)
16+
* Various Github CI improvements (#959, #972, #974)
17+
* Automatic dependency updates (#966, #970, #971, #975, #976, #977, #980, #981, #984, #986, #988, #991, #992)
18+
* Update dependencies to block upstream security issues (#973)
19+
* Label Prometheus metrics by endpoint, not path (#978)
20+
* Update base docker image and remove docker efficiency analysis GHA (#990)
21+
* Update HISTORY.rst and increment default version for release (#993)
22+
23+
Contributions from @benjimin, @pjonsson, @SpacemanPaul and @dependabot.
24+
1025
1.8.36 (2023-10-24)
1126
-------------------
1227

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.36+?"
9+
__version__ = "1.8.37+?"

0 commit comments

Comments
 (0)