Skip to content

Commit f35fe3a

Browse files
committed
prepare 0.1.4 release
1 parent 663e3a8 commit f35fe3a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Changes in 0.1.4 (after release)
2+
* Integrated PML Data: There is now an MsiKerchunkDataStore (to access PML MSI Data
3+
over a THREDDS server) and an OlciKerchunkDataStore (to access PML OLCI Data).
4+
Both Stores use Reference File Systems.
25

36
## Changes in 0.1.3
47
* Fixed checking of response validity

doors_stores/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
version = '0.1.4.dev0'
22+
version = '0.1.4'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "doors_stores"
7-
version = "0.1.4.dev0"
7+
version = "0.1.4"
88
authors = [
99
{ name="Tonio Fincke" },
1010
]

0 commit comments

Comments
 (0)