Skip to content

Commit

Permalink
Prepare release 1.9.1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jul 20, 2023
1 parent d182a42 commit ac31f7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.9.1

* Pin to `Cython<3` to fix build

## 1.9.0

* Drop support for Python 3.6; add support for Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)


VERSION = "1.9.0"
VERSION = "1.9.1"


EXTENSIONS = [
Expand Down

0 comments on commit ac31f7d

Please sign in to comment.