Skip to content

Commit a2c501d

Browse files
committed
Prepare release 5.4.0
1 parent a59611f commit a2c501d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
100100
- name: Create release
101101
uses: softprops/action-gh-release@v2
102-
env:
103-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104102
with:
105103
body_path: description.md
106104
files: |

CHANGELOG.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Release 5.4.0
22
-------------
33

4-
* Added explicit support for NumPy 2, in addition to NumPy 1
4+
* Added explicit support for NumPy 2, in addition to NumPy 1.
5+
* Made image autorange and histogram more robust (#28).
56

67
Release 5.3.5
78
-------------

0 commit comments

Comments
 (0)