-
-
Notifications
You must be signed in to change notification settings - Fork 935
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ | |
import sys | ||
|
||
if sys.version_info < (2, 7): # pragma: no cover | ||
raise Exception('Kombu 4.0 requires Python versions 2.7 or later.') | ||
raise Exception('Kombu 4.6 requires Python versions 2.7 or later.') | ||
|
||
from collections import namedtuple # noqa | ||
|
||
__version__ = '4.6.7' | ||
__version__ = '4.6.8' | ||
__author__ = 'Ask Solem' | ||
__contact__ = '[email protected], [email protected]' | ||
__homepage__ = 'https://kombu.readthedocs.io' | ||
|