Skip to content

Commit

Permalink
Update HISTORY.rst and default version for 1.8.35 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Aug 31, 2023
1 parent e08f9cc commit 54a9b18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ History

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

1.8.35 (2023-09-01)
-------------------

Maintenance release.

* Changes to depenency version pins (#983, #942, #948, #949)

Includes contributions from @pindge, @emmaai and @SpacemanPaul.

1.8.34 (2023-03-21)
-------------------

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.34+?"
__version__ = "1.8.35+?"

0 comments on commit 54a9b18

Please sign in to comment.