Skip to content

Commit

Permalink
Fix factory of equipment(v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ederson.brilhante committed Aug 29, 2017
1 parent 2439c77 commit 06e4394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networkapiclient/ClientFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def create_api_equipment(self):
self.password,
self.user_ldap)

def create_v4_api_equipment(self):
def create_api_v4_equipment(self):
"""Get an instance of Api Equipment services facade."""
return ApiV4Equipment(
self.networkapi_url,
Expand Down
2 changes: 1 addition & 1 deletion networkapiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

MAJOR_VERSION = '0'
MINOR_VERSION = '7'
PATCH_VERSION = '6'
PATCH_VERSION = '7'
VERSION = '.'.join((MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION,))

0 comments on commit 06e4394

Please sign in to comment.