Skip to content

Commit 2ff921b

Browse files
author
gabino
committed
Add version attribute to TermsOfService class
1 parent d67e89f commit 2ff921b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cuenca/resources/terms_of_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ class TermsOfService(Retrievable, Queryable):
1414
is_active: bool
1515
created_at: dt.datetime
1616
type: TermsOfServiceEnum
17+
version: str
1718
uri: SerializableHttpUrl

cuenca/version.py

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

0 commit comments

Comments
 (0)