Skip to content

Commit

Permalink
Prepare release 1.5.1 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jul 20, 2023
1 parent cbcb9c0 commit 1eda688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
## 1.5.1
* Pin to `Cython<3`

## 1.5.0
* Add support for Python 3.10 and 3.11
* Drop support for Python 3.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
+ [os.path.relpath(f, "asynq/") for f in glob.glob("asynq/*.pyi")]
)

VERSION = "1.5.0"
VERSION = "1.5.1"


EXTENSIONS = [
Expand Down

0 comments on commit 1eda688

Please sign in to comment.