Skip to content

Commit 7cbc705

Browse files
authored
update to dev version (#11)
1 parent 63ab109 commit 7cbc705

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/source/contributing/how_to.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Making a new release
44

55
1. Create a new branch
6-
1. Review the change log (`docs/source/changelog.md`)
6+
1. Review the change log (`docs/source/changelog.md`). The unreleased section
7+
should be updated to the current version and release date _and not yet added_
78
1. Update the version number in `__init__.py`. That is, remove the `dev` flag, it should not
89
be increased.
910
1. Rerun the notebooks in `docs/source/tutorials`
@@ -15,4 +16,5 @@
1516
go to [readthedocs](https://readthedocs.org/projects/xarray-einstats/) and
1617
add it.
1718
1. Bump the minor version, set the patch version to 0 and add the `dev` flag.
18-
It should look like `0.2.0.dev0`
19+
It should look like `0.2.0.dev0`. Also add the Unreleased section in
20+
the changelog again.

src/xarray_einstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__all__ = ["einsum", "raw_einsum", "einsum_path", "matmul"]
1212

13-
__version__ = "0.2.0"
13+
__version__ = "0.3.0.dev0"

0 commit comments

Comments
 (0)