From 04a08584011c4b65d2d7a81132bff8f175c217d4 Mon Sep 17 00:00:00 2001 From: David Wallace Date: Mon, 6 Apr 2020 15:02:54 -0700 Subject: [PATCH] bump client default release --- dayforce_client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dayforce_client/client.py b/dayforce_client/client.py index 4c4dd5c..6e63f09 100644 --- a/dayforce_client/client.py +++ b/dayforce_client/client.py @@ -20,7 +20,7 @@ class Dayforce(object): username: str = attr.ib() password: str = attr.ib(repr=False) client_namespace: str = attr.ib() - dayforce_release: int = attr.ib(default=57) + dayforce_release: int = attr.ib(default=58) api_version: str = attr.ib(default="V1") url: str = attr.ib(init=False)