Skip to content

Commit

Permalink
For 1 8 37 (#993)
Browse files Browse the repository at this point in the history
* Update HISTORY.rst and default version number for 1.8.37 release.

* Update HISTORY.rst
  • Loading branch information
SpacemanPaul authored Feb 28, 2024
1 parent 1e5b139 commit 8a2dd7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ History

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

1.8.37 (2024-02-28)
-------------------

Maintenance release. Security updates and bug fixes around timezone handling.

* Fixes to timezone handling (#958, #982)
* Various Github CI improvements (#959, #972, #974)
* Automatic dependency updates (#966, #970, #971, #975, #976, #977, #980, #981, #984, #986, #988, #991, #992)
* Update dependencies to block upstream security issues (#973)
* Label Prometheus metrics by endpoint, not path (#978)
* Update base docker image and remove docker efficiency analysis GHA (#990)
* Update HISTORY.rst and increment default version for release (#993)

Contributions from @benjimin, @pjonsson, @SpacemanPaul and @dependabot.

1.8.36 (2023-10-24)
-------------------

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

0 comments on commit 8a2dd7f

Please sign in to comment.