Skip to content

Commit afa24bf

Browse files
committed
1.7.1 bugfix release
1 parent 7fa20da commit afa24bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

array_api_compat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
this implementation for the default when working with NumPy arrays.
1818
1919
"""
20-
__version__ = '1.7'
20+
__version__ = '1.7.1'
2121

2222
from .common import * # noqa: F401, F403

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.7.1 (2024-05-28)
4+
5+
## Minor Changes
6+
7+
- Fix a typo in setup.py ([@sunpoet](https://github.com/sunpoet)).
8+
39
## 1.7 (2024-05-24)
410

511
## Major Changes

0 commit comments

Comments
 (0)