Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to dev version #11

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"