Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 12, 2018
1 parent b652b39 commit 791b4a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
Changelog
=========

v1.8.1 (unreleased)
v1.9.1 (unreleased)
-------------------

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

v1.9.0
------

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

#### ROLLBACK of 1.8.0 Django Changes

Due to problems with the django patch that added support for multiple huey
instances, I've decided to rollback those changes.

Django integration in Huey 1.9.0 will work the same as it had previously in
1.7.x and earlier.

Apologies, I should have reviewed the patch more thoroughly and insisted on
better test coverage.

v1.8.0
------
Expand All @@ -13,6 +29,8 @@ v1.8.0

#### Backwards-incompatible change to Django integration

**NOTE: These changes were remove in 1.9.0**

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
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.8.0'
__version__ = '1.9.0'

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

0 comments on commit 791b4a3

Please sign in to comment.