Skip to content

Commit

Permalink
Prepare release 1.5.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed May 26, 2023
1 parent ae428ce commit 28d8ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased
## 1.5.0
* Add support for Python 3.10 and 3.11
* Drop support for Python 3.6
* Break reference cycle between batches and batch items
* Remove inaccessible functions from type stub

## 1.4.0
* Fix generator support for afilter() and afilterfalse()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
+ [os.path.relpath(f, "asynq/") for f in glob.glob("asynq/*.pyi")]
)

VERSION = "1.4.0"
VERSION = "1.5.0"


EXTENSIONS = [
Expand Down

0 comments on commit 28d8ce9

Please sign in to comment.