Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
1. Update the version in `src/array_api_extra/__init__.py`
2. Update the lockfile with `pixi update && pixi install`
2. Update the lockfile with `pixi update; pixi install`
3. Push your changes
4. Cut a release via the GitHub GUI
5. Update the version to `{next micro version}.dev0`
6. `pixi clean cache --pypi && pixi update && pixi install`
6. `pixi clean cache --pypi; pixi update; pixi install`
7. Push your changes
8. Merge the automated PR to conda-forge/array-api-extra-feedstock
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/array_api_extra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)
from ._lib._lazy import lazy_apply

__version__ = "0.8.1"
__version__ = "0.9.0.dev0"

# pylint: disable=duplicate-code
__all__ = [
Expand Down