Skip to content

Commit

Permalink
Merge pull request #8 from IBM/deploy
Browse files Browse the repository at this point in the history
chore: updated the versioning
  • Loading branch information
ajay-malhotra1 authored Aug 1, 2020
2 parents 339476e + eaf93be commit 17c400e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ibm_cloud_networking_services/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version of networking-services-python-sdk
Version of cloud_networking_services
"""
__version__ = '0.0.1'
__version__ = '0.0.2'
2 changes: 1 addition & 1 deletion test/integration/test_direct_link_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
try:
load_dotenv(find_dotenv(filename=".dl_env"))
except:
print('warning: no .dl_env file loaded')
raise unittest.SkipTest('no .dl_env file loaded, skipping...')

class TestDirectLinkV1(unittest.TestCase):
""" Test class for DirectLink sdk functions """
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_transit_gateway_apis_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
try:
load_dotenv(find_dotenv(filename=".transit_env"))
except:
print('warning: no .transit_env file loaded')
raise unittest.SkipTest('no .transit_env file loaded, skipping...')

class TestTransitGatewayApisV1(unittest.TestCase):
""" Test class for Transit Gateway sdk functions """
Expand Down

0 comments on commit 17c400e

Please sign in to comment.