Skip to content

Commit

Permalink
for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
keryc committed Mar 16, 2021
1 parent f75ffef commit 3ca282e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cuenca/http/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
from ..jwt import Jwt
from ..version import API_VERSION, CLIENT_VERSION

API_HOST = 'api.cuenca.com'
SANDBOX_HOST = 'sandbox.cuenca.com'
API_HOST = 'stage.cuenca.com'
SANDBOX_HOST = 'stage.cuenca.com'


class Session:
Expand Down
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.6.5'
__version__ = '0.6.5.dev4'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 3ca282e

Please sign in to comment.