Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Oct 29, 2024
1 parent dfa1188 commit f7d5787
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 0.14.0 (2024-10-29)
* Support for RQ 2.0. Thanks @selwin!

## 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!
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, 1)
VERSION = (0, 14, 0)

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.1',
version='0.14.0',
author='Selwin Ong',
author_email='[email protected]',
packages=['rq_scheduler'],
Expand Down

0 comments on commit f7d5787

Please sign in to comment.