Skip to content

Commit

Permalink
Updated Gremlin API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawouach committed Dec 12, 2017
1 parent a41afda commit 6e7eb51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- More logging
- Updated to chaostoolkit-lib 0.7.0
- Switched API endpoint to https://api.gremlin.com/v1


## [0.2.0][] - 2017-12-08
Expand Down
4 changes: 2 additions & 2 deletions chaosgremlin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

__all__ = ["__version__", "GREMLIN_BASE_URL", "auth"]

__version__ = '0.2.0'
GREMLIN_BASE_URL = "https://api.gremlininc.com/v1"
__version__ = '0.3.0'
GREMLIN_BASE_URL = "https://api.gremlin.com/v1"


def auth(email: str, password: str, org_name: str):
Expand Down

0 comments on commit 6e7eb51

Please sign in to comment.