Skip to content

Commit

Permalink
change QueryParams.user to QueryParams.user_id (#26)
Browse files Browse the repository at this point in the history
* change QueryParams.user to QueryParams.user_id

* bump version
  • Loading branch information
matin authored Jul 8, 2020
1 parent 0102851 commit 7a33f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.2'
__version__ = '0.2.3'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
'requests==2.24.0',
'pydantic==1.5.1',
'cuenca-validations==0.3.0',
'cuenca-validations==0.4.1',
'dataclasses>=0.7;python_version<"3.7"',
],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 7a33f75

Please sign in to comment.