diff --git a/CHANGELOG.md b/CHANGELOG.md index c88e6948..1e515316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ Changelog master ------ -[View commits](https://github.com/coleifer/huey/compare/1.10.1...HEAD) +[View commits](https://github.com/coleifer/huey/compare/1.10.2...HEAD) + +v1.10.2 +------------------- + +[View commits](https://github.com/coleifer/huey/compare/1.10.1...1.10.2) + +* More granular "extras" installation options. v1.10.1 ------------------- diff --git a/huey/__init__.py b/huey/__init__.py index e865fb05..d8bb35a3 100644 --- a/huey/__init__.py +++ b/huey/__init__.py @@ -1,6 +1,6 @@ __author__ = 'Charles Leifer' __license__ = 'MIT' -__version__ = '1.10.1' +__version__ = '1.10.2' from huey.api import crontab from huey.api import Huey