forked from Netflix/bless
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from lyft/refresh-netflix-code
Pull upstream changes in netflix/bless into lyft's fork lyft/bless
- Loading branch information
Showing
52 changed files
with
2,283 additions
and
766 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ htmlcov/ | |
libs/ | ||
publish/ | ||
venv/ | ||
aws_lambda_libs/ | ||
lambda_configs/ | ||
.pytest_cache/ |
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
from __future__ import absolute_import, division, print_function | ||
|
||
__all__ = [ | ||
"__title__", "__summary__", "__uri__", "__version__", "__author__", | ||
"__email__", "__license__", "__copyright__", | ||
|
@@ -11,7 +9,7 @@ | |
"sign SSH public keys.") | ||
__uri__ = "https://github.com/Netflix/bless" | ||
|
||
__version__ = "0.2.0" | ||
__version__ = "0.4.0" | ||
|
||
__author__ = "The BLESS developers" | ||
__email__ = "[email protected]" | ||
|
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.