Skip to content

Commit 3ca282e

Browse files
committed
for pre-release
1 parent f75ffef commit 3ca282e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cuenca/http/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
from ..jwt import Jwt
1717
from ..version import API_VERSION, CLIENT_VERSION
1818

19-
API_HOST = 'api.cuenca.com'
20-
SANDBOX_HOST = 'sandbox.cuenca.com'
19+
API_HOST = 'stage.cuenca.com'
20+
SANDBOX_HOST = 'stage.cuenca.com'
2121

2222

2323
class Session:

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.6.5'
1+
__version__ = '0.6.5.dev4'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)