Skip to content

Commit f51ac73

Browse files
authored
update version and changelog post release (#54)
1 parent 4d9b8c7 commit f51ac73

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v0.x.x (Unreleased)
4+
### New features
5+
6+
### Maintenance and fixes
7+
8+
### Documentation
9+
310
## v0.6.0 (2023 Jul 11)
411
### New features
512
* {func}`.ecdf` now returns a DataArray to be compatible with {meth}`~xarray.Dataset.map` {pull}`47`

src/xarray_einstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"EinopsAccessor",
2020
]
2121

22-
__version__ = "0.6.0"
22+
__version__ = "0.7.0.dev0"
2323

2424

2525
def sort(da, dim, **kwargs):

0 commit comments

Comments
 (0)