Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 16, 2019
1 parent 4d2f1e0 commit eda3de7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ Changelog
master
------

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

1.11.0
------

[View commits](https://github.com/coleifer/huey/compare/1.10.5...1.11.0)

**Backwards-incompatible changes**

Expand All @@ -20,8 +25,8 @@ changes:
Together, these changes are intended to fix problems described in #386.

Because these changes will impact the serialization (and deserialization) of
messages, it is important that you consume all tasks (including scheduled
tasks) before upgrading.
messages, **it is important that you consume all tasks (including scheduled
tasks) before upgrading**.

**Always-eager mode changes**

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.10.5'
__version__ = '1.11.0'

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

0 comments on commit eda3de7

Please sign in to comment.