Skip to content

Commit

Permalink
Prepare release 1.6.0 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Oct 11, 2024
1 parent 5bd0e4d commit f247b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 1.6.0
* Support Cython 3
* Drop support for Python 3.7 and 3.8
* Add support for Python 3.12 and 3.13
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
+ [os.path.relpath(f, "asynq/") for f in glob.glob("asynq/*.pyi")]
)

VERSION = "1.5.1"
VERSION = "1.6.0"


EXTENSIONS = [
Expand Down

0 comments on commit f247b6a

Please sign in to comment.