Skip to content

Commit 3d3e632

Browse files
committed
Started 0.8.0 dev
1 parent 9dfa382 commit 3d3e632

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.7.0 (in development)
2+
3+
* Fixed link to _slice sources_ in documentation main page.
4+
15
## Version 0.7.0 (from 2024-03-19)
26

37
* Made writing custom slice sources easier and more flexible: (#82)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `zappend` tool provides the following features:
4040
[`zappend()`](api.md) function, slice datasets can be passed as local file
4141
paths, URIs, as datasets of type
4242
[xarray.Dataset](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html), or as custom
43-
[slice sources](guide#slice-sources).
43+
[slice sources](guide.md#slice-sources).
4444

4545
## How It Works
4646

zappend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

5-
__version__ = "0.7.0"
5+
__version__ = "0.8.0.dev0"

0 commit comments

Comments
 (0)