Skip to content

Commit

Permalink
having a limit of 0 makes no sense (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
matin authored May 22, 2020
1 parent 4361414 commit 96b3be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuenca/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class StrictPositiveInt(StrictInt, PositiveInt):


class Limit(ConstrainedInt):
ge = 0
gt = 0
le = MAX_PAGE_LIMIT


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.1.0'
__version__ = '0.1.1'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 96b3be5

Please sign in to comment.