-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into renovate/js/babel-monorepo
- Loading branch information
Showing
45 changed files
with
1,372 additions
and
1,299 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,21 @@ | |
""" | ||
__author__ = "Eric Larson" | ||
__email__ = "[email protected]" | ||
__version__ = "0.12.11" | ||
__version__ = "0.13.1" | ||
|
||
from .wrapper import CacheControl | ||
from .adapter import CacheControlAdapter | ||
from .controller import CacheController | ||
from cachecontrol.adapter import CacheControlAdapter | ||
from cachecontrol.controller import CacheController | ||
from cachecontrol.wrapper import CacheControl | ||
|
||
__all__ = [ | ||
"__author__", | ||
"__email__", | ||
"__version__", | ||
"CacheControlAdapter", | ||
"CacheController", | ||
"CacheControl", | ||
] | ||
|
||
import logging | ||
|
||
logging.getLogger(__name__).addHandler(logging.NullHandler()) |
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
Oops, something went wrong.