From e70a61bb3ae7e6c523b9a7ae855d400152fa4625 Mon Sep 17 00:00:00 2001 From: phaesler Date: Thu, 29 Jul 2021 15:00:41 +1000 Subject: [PATCH 1/4] Update history document. --- HISTORY.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f9680bf66..16676e2b0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ History 0.1.0 (2017-02-24) ------------------ -* First release on PyPI. +* First release on (DEA internal) PyPI. 0.2.0 (2019-01-09) ------------------ @@ -65,9 +65,15 @@ History 1.8.5 (2021-03-25) ------------------ +First release to +PyPI: `https://pypi.org/project/datacube-ows/1.8.5/ `_ + * Date delta can now control subtraction direction from config (#535) * New helper functions in standalone API (#538) * Bug fixes in standalone API. (#542, #543) * First draft of new "HOWTO" Styling guide. (#540, #543) * Miscellaneous cleanup. (#533, #534, #537, #541) * Prep for PyPI (#544) + +From 1.8.5 onwards, release notes are archived +at `https://github.com/opendatacube/datacube-ows/releases `_ From 9d32af92e02329a02a8b8a0481314e7477a23e46 Mon Sep 17 00:00:00 2001 From: phaesler Date: Thu, 29 Jul 2021 15:27:20 +1000 Subject: [PATCH 2/4] Update version number. --- datacube_ows/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacube_ows/__init__.py b/datacube_ows/__init__.py index b33c582d6..cda8edcf0 100644 --- a/datacube_ows/__init__.py +++ b/datacube_ows/__init__.py @@ -6,4 +6,4 @@ try: from ._version import version as __version__ except ImportError: - __version__ = "1.8.14+?" + __version__ = "1.8.15+?" From 659039e53343c8c43a9a349abcb4338f8e0072cf Mon Sep 17 00:00:00 2001 From: phaesler Date: Thu, 29 Jul 2021 15:00:41 +1000 Subject: [PATCH 3/4] Update history document. --- HISTORY.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f9680bf66..16676e2b0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ History 0.1.0 (2017-02-24) ------------------ -* First release on PyPI. +* First release on (DEA internal) PyPI. 0.2.0 (2019-01-09) ------------------ @@ -65,9 +65,15 @@ History 1.8.5 (2021-03-25) ------------------ +First release to +PyPI: `https://pypi.org/project/datacube-ows/1.8.5/ `_ + * Date delta can now control subtraction direction from config (#535) * New helper functions in standalone API (#538) * Bug fixes in standalone API. (#542, #543) * First draft of new "HOWTO" Styling guide. (#540, #543) * Miscellaneous cleanup. (#533, #534, #537, #541) * Prep for PyPI (#544) + +From 1.8.5 onwards, release notes are archived +at `https://github.com/opendatacube/datacube-ows/releases `_ From b4c9e7bbead04a7fc2f38a30da1d4759df956f8a Mon Sep 17 00:00:00 2001 From: phaesler Date: Thu, 29 Jul 2021 15:27:20 +1000 Subject: [PATCH 4/4] Update version number. --- datacube_ows/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacube_ows/__init__.py b/datacube_ows/__init__.py index b33c582d6..cda8edcf0 100644 --- a/datacube_ows/__init__.py +++ b/datacube_ows/__init__.py @@ -6,4 +6,4 @@ try: from ._version import version as __version__ except ImportError: - __version__ = "1.8.14+?" + __version__ = "1.8.15+?"