Skip to content

Commit 066756f

Browse files
committed
Change logicfunds.io to finterion.com
1 parent 12076bf commit 066756f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

finterion/configuration/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BASE_URL = "https://api.logicfunds.io/algs"
1+
BASE_URL = "https://api.finterion.com/algs"
22
API_KEY = "API_KEY"
33
LIST_ORDERS_ENDPOINT = BASE_URL + "/orders"
44
CREATE_ORDER_ENDPOINT = BASE_URL + "/orders"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 3, 0, 'alpha', 0)
1+
VERSION = (0, 4, 0, 'alpha', 0)
22

33

44
def get_version(version=None):

0 commit comments

Comments
 (0)