Skip to content

Commit

Permalink
post release changes (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jan 20, 2023
1 parent bd4dfb0 commit b07984f
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
@@ -1,5 +1,12 @@
# Change Log

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

### Maintenance and fixes

### Documentation

## v0.5.1 (2023 Jan 20)
### Maintenance and fixes
* Fix lower cap on xarray version dependency {pull}`45`
Expand Down
2 changes: 1 addition & 1 deletion src/xarray_einstats/__init__.py
Expand Up @@ -9,7 +9,7 @@

__all__ = ["einsum", "raw_einsum", "einsum_path", "matmul", "zeros_ref", "ones_ref", "empty_ref"]

__version__ = "0.5.1"
__version__ = "0.6.0.dev0"


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

0 comments on commit b07984f

Please sign in to comment.