Skip to content

Commit

Permalink
Bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed May 3, 2023
1 parent 6af98f3 commit 0521e7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## Version 0.13.1 (2023-05-03)
* Support for RQ 1.14. Thanks @HerrTxbias!
* Added `result_ttl` and `ttl` arguments to `scheduler.cron()`. Thanks @marcelblijleven!

## Version 0.12.0 (2023-02-25)
* Minimum Python version is now 3.6. Thanks @ronlut!
* Support for RQ 0.13. Thanks @ronlut!
* Support for RQ 1.13. Thanks @ronlut!
* Added `at_front` parameter to `enqueue_at()`. Thanks @gabriels1234!
* Added support for `on_success` and `on_failure` handler to `enqueue_*` methods. Thanks @andy-takker!
* Replace `croniter` with `crontab` package. Thanks @zentist!
Expand Down
2 changes: 1 addition & 1 deletion rq_scheduler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 13, 0)
VERSION = (0, 13, 1)

from .scheduler import Scheduler
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='rq-scheduler',
version='0.13.0',
version='0.13.1',
author='Selwin Ong',
author_email='[email protected]',
packages=['rq_scheduler'],
Expand Down

0 comments on commit 0521e7f

Please sign in to comment.