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

Commit 56c8064

Browse files
author
Feng Honglin
authored
Merge pull request #13 from docker/staging
v1.0.7
2 parents 648d107 + 2fed5ba commit 56c8064

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dockercloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from dockercloud.api.events import Events
2626
from dockercloud.api.nodeaz import AZ
2727

28-
__version__ = '1.0.6'
28+
__version__ = '1.0.7'
2929

3030
dockercloud_auth = os.environ.get('DOCKERCLOUD_AUTH')
3131
basic_auth = auth.load_from_file("~/.docker/config.json")

dockercloud/api/action.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class Action(Immutable):
77
subsystem = 'audit'
88
endpoint = "/action"
9+
namespaced = False
910

1011
@classmethod
1112
def _pk_key(cls):

0 commit comments

Comments
 (0)