Skip to content

Commit

Permalink
wrong date type
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisBrime committed Oct 20, 2022
1 parent 0f417c6 commit 03a0222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuenca/resources/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class User(Creatable, Retrievable, Updateable, Queryable):
curp: Optional[str]
rfc: Optional[str]
gender: Optional[Gender]
date_of_birth: Optional[dt.datetime]
date_of_birth: Optional[dt.date]
state_of_birth: Optional[State]
nationality: Optional[Country]
country_of_birth: Optional[Country]
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.15.3.dev1'
__version__ = '0.15.3.dev2'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 03a0222

Please sign in to comment.