Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 9, 2018
1 parent 8201d28 commit aaf3824
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Changelog
=========

v1.7.1 (unreleased)
v1.8.1 (unreleased)
-------------------

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

v1.8.0
------

[View commits](https://github.com/coleifer/huey/compare/1.7.0...1.8.0)

#### Backwards-incompatible change to Django integration

In 1.8.0, support for multiple huey instances was added (with thanks to @Sebubu
and @MarcoGlauser for the patches). Although existing Django/Huey apps should
continue to work, there is a new configuration format available and I'd
recommend that you take a look at the docs and switch over to it:

[Django integration documentation](http://huey.readthedocs.io/en/latest/contrib.html#django)

v1.7.0
------
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.7.0'
__version__ = '1.8.0'

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

0 comments on commit aaf3824

Please sign in to comment.