Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Apr 3, 2019
1 parent 65b4d94 commit ac57887
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ Changelog

## master

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

### 2.0.1

* Small fixes, fixed typo in Exception class being caught by scheduler.

[View commits](https://github.com/coleifer/huey/compare/2.0.0...2.0.1)

# 2.0.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__ = '2.0.0'
__version__ = '2.0.1'

from huey.api import BlackHoleHuey
from huey.api import MemoryHuey
Expand Down

0 comments on commit ac57887

Please sign in to comment.