Skip to content

Commit

Permalink
Merge pull request #16 from jeronimoalbi/develop
Browse files Browse the repository at this point in the history
Update to 1.0.0-alpha.14
  • Loading branch information
nullproxy authored Oct 2, 2016
2 parents d0af63d + c24f1ac commit b8fee70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion katana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__license__ = "MIT"
__copyright__ = "Copyright (c) 2016-2017 KUSANAGI S.L. (http://kusanagi.io)"
__version__ = '1.0.0-alpha.13'
__version__ = '1.0.0-alpha.14'
4 changes: 2 additions & 2 deletions katana/api/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_query_param_array(self, name, default=None):
:param name: The param from the HTTP query string.
:type name: str
:param default: The optional default value.
:type name: str
:type default: list
:returns: The HTTP param values as a list.
:rtype: list
Expand Down Expand Up @@ -223,7 +223,7 @@ def get_post_param_array(self, name, default=None):
:param name: The param from the HTTP post data.
:type name: str
:param default: The optional default value.
:type name: str
:type default: list
:returns: The HTTP param values as a list.
:rtype: list
Expand Down

0 comments on commit b8fee70

Please sign in to comment.