Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

Commit 7b97c29

Browse files
committed
Release 0.2.0
1 parent 80d874e commit 7b97c29

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

agile.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,5 @@
77
"version": "{{ pulse_version }}",
88
"release_notes": "notes"
99
}
10-
},
11-
"shell": {
12-
"pulsar": {
13-
"command": [
14-
"rm -rf dist",
15-
"{{ python }} setup.py release"
16-
]
17-
}
18-
},
19-
"tasks": {
20-
"release": {
21-
"description": "make a new release to github",
22-
"command": ["python", "github:pulsar"]
23-
}
2410
}
2511
}

notes/0.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Ver. 0.2.0 - 2017-Jan-21
2+
3+
Full control of wsgi callable when ``WSGI_APPLICATION`` is specified in the
4+
settings file.
5+

0 commit comments

Comments
 (0)