Skip to content

Commit 73c948c

Browse files
authored
Merge pull request #682 from opendatacube/history_update
Ready for 1.8.15
2 parents 0c6a40d + 8e6bdcb commit 73c948c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ History
55
0.1.0 (2017-02-24)
66
------------------
77

8-
* First release on PyPI.
8+
* First release on (DEA internal) PyPI.
99

1010
0.2.0 (2019-01-09)
1111
------------------
@@ -65,9 +65,15 @@ History
6565
1.8.5 (2021-03-25)
6666
------------------
6767

68+
First release to
69+
PyPI: `https://pypi.org/project/datacube-ows/1.8.5/ <https://pypi.org/project/datacube-ows/1.8.5/>`_
70+
6871
* Date delta can now control subtraction direction from config (#535)
6972
* New helper functions in standalone API (#538)
7073
* Bug fixes in standalone API. (#542, #543)
7174
* First draft of new "HOWTO" Styling guide. (#540, #543)
7275
* Miscellaneous cleanup. (#533, #534, #537, #541)
7376
* Prep for PyPI (#544)
77+
78+
From 1.8.5 onwards, release notes are archived
79+
at `https://github.com/opendatacube/datacube-ows/releases <https://github.com/opendatacube/datacube-ows/releases>`_

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.14+?"
9+
__version__ = "1.8.15+?"

0 commit comments

Comments
 (0)