Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed May 30, 2018
1 parent a3515fa commit 71e923c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Changelog
=========

v1.9.2 (unreleased)
master
------

[View commits](https://github.com/coleifer/huey/compare/1.9.2...HEAD)

v1.10.0
-------------------

[View commits](https://github.com/coleifer/huey/compare/1.9.1...HEAD)
[View commits](https://github.com/coleifer/huey/compare/1.9.1...1.10.0)

* Ensure that the default SIGINT handler is registered. This fixes an edge-case
that arises when the consumer is run without job control, which causes
interrupt signals to be ignored.
* Restarts (SIGHUP) are now graceful by default.

v1.9.1
------
Expand Down
2 changes: 1 addition & 1 deletion huey/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Charles Leifer'
__license__ = 'MIT'
__version__ = '1.9.1'
__version__ = '1.10.0'

from huey.api import crontab
from huey.api import Huey
Expand Down

0 comments on commit 71e923c

Please sign in to comment.