Skip to content

Commit

Permalink
Merge pull request #8 from trustpilot/update-sanic
Browse files Browse the repository at this point in the history
Update sanic
  • Loading branch information
tmo-trustpilot authored Apr 4, 2019
2 parents ddd1e6f + e987cfd commit 64e02e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ History
1.3.0 (2019-01-08)
------------------

* @wraps the inner function to keep the args signature
* @wraps the inner function to keep the args signature

1.4.0 (2019-03-04)
------------------

* Update deps to allow latest version of sanic
2 changes: 1 addition & 1 deletion sanicargs/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.0'
__version__ = '1.4.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
history = history_file.read()

requirements = [
'sanic==0.7.0'
'sanic>=0.7.0'
]

test_requirements = [
'pytest==3.2.0',
'pytest-sanic==0.1.6'
'pytest-sanic>=0.1.6'
]

extras = {
Expand Down

0 comments on commit 64e02e3

Please sign in to comment.