Skip to content

Commit

Permalink
update to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Apr 1, 2022
1 parent 63ab109 commit 07303fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/source/contributing/how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Making a new release

1. Create a new branch
1. Review the change log (`docs/source/changelog.md`)
1. Review the change log (`docs/source/changelog.md`). The unreleased section
should be updated to the current version and release date _and not yet added_
1. Update the version number in `__init__.py`. That is, remove the `dev` flag, it should not
be increased.
1. Rerun the notebooks in `docs/source/tutorials`
Expand All @@ -15,4 +16,5 @@
go to [readthedocs](https://readthedocs.org/projects/xarray-einstats/) and
add it.
1. Bump the minor version, set the patch version to 0 and add the `dev` flag.
It should look like `0.2.0.dev0`
It should look like `0.2.0.dev0`. Also add the Unreleased section in
the changelog again.
2 changes: 1 addition & 1 deletion src/xarray_einstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

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

__version__ = "0.2.0"
__version__ = "0.3.0.dev0"

0 comments on commit 07303fb

Please sign in to comment.