Skip to content

Commit 67003f3

Browse files
authored
Merge pull request #950 from opendatacube/for_1_8_35
Update HISTORY.rst and default version for 1.8.35 release.
2 parents e08f9cc + 54a9b18 commit 67003f3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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.35 (2023-09-01)
11+
-------------------
12+
13+
Maintenance release.
14+
15+
* Changes to depenency version pins (#983, #942, #948, #949)
16+
17+
Includes contributions from @pindge, @emmaai and @SpacemanPaul.
18+
1019
1.8.34 (2023-03-21)
1120
-------------------
1221

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

0 commit comments

Comments
 (0)