We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddd1e6f + e987cfd commit 64e02e3Copy full SHA for 64e02e3
3 files changed
HISTORY.rst
@@ -25,4 +25,9 @@ History
25
1.3.0 (2019-01-08)
26
------------------
27
28
-* @wraps the inner function to keep the args signature
+* @wraps the inner function to keep the args signature
29
+
30
+1.4.0 (2019-03-04)
31
+------------------
32
33
+* Update deps to allow latest version of sanic
sanicargs/__version__.py
@@ -1 +1 @@
1
-__version__ = '1.3.0'
+__version__ = '1.4.0'
setup.py
@@ -17,12 +17,12 @@
17
history = history_file.read()
18
19
requirements = [
20
- 'sanic==0.7.0'
+ 'sanic>=0.7.0'
21
]
22
23
test_requirements = [
24
'pytest==3.2.0',
- 'pytest-sanic==0.1.6'
+ 'pytest-sanic>=0.1.6'
extras = {
0 commit comments