Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #13 from docker/staging
Browse files Browse the repository at this point in the history
v1.0.7
  • Loading branch information
Feng Honglin authored Jun 17, 2016
2 parents 648d107 + 2fed5ba commit 56c8064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dockercloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from dockercloud.api.events import Events
from dockercloud.api.nodeaz import AZ

__version__ = '1.0.6'
__version__ = '1.0.7'

dockercloud_auth = os.environ.get('DOCKERCLOUD_AUTH')
basic_auth = auth.load_from_file("~/.docker/config.json")
Expand Down
1 change: 1 addition & 0 deletions dockercloud/api/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class Action(Immutable):
subsystem = 'audit'
endpoint = "/action"
namespaced = False

@classmethod
def _pk_key(cls):
Expand Down

0 comments on commit 56c8064

Please sign in to comment.