Skip to content

Commit 040ab15

Browse files
committed
Merge branch 'main' into at
2 parents 48a7c37 + 46df1c3 commit 040ab15

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

RELEASING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
1. Update the version in `src/array_api_extra/__init__.py`
2+
2. Update the lockfile with `pixi update`
3+
3. Push your changes
4+
4. Cut a release via the GitHub GUI
5+
5. Update the version to `{next micro version}.dev0`
6+
6. Update the lockfile
7+
7. Push your changes
8+
8. Merge the automated PR to conda-forge/array-api-extra-feedstock

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/array_api_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sinc,
1010
)
1111

12-
__version__ = "0.4.0"
12+
__version__ = "0.4.1.dev0"
1313

1414
# pylint: disable=duplicate-code
1515
__all__ = [

0 commit comments

Comments
 (0)