Skip to content

Commit

Permalink
update version and changelog post release
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jul 10, 2023
1 parent 4d9b8c7 commit 4c78d1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v0.x.x (Unreleased)
### New features

### Maintenance and fixes

### Documentation

## v0.6.0 (2023 Jul 11)
### New features
* {func}`.ecdf` now returns a DataArray to be compatible with {meth}`~xarray.Dataset.map` {pull}`47`
Expand Down
2 changes: 1 addition & 1 deletion src/xarray_einstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"EinopsAccessor",
]

__version__ = "0.6.0"
__version__ = "0.7.0.dev0"


def sort(da, dim, **kwargs):
Expand Down

0 comments on commit 4c78d1f

Please sign in to comment.