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

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jan 21, 2017
1 parent 80d874e commit 7b97c29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
14 changes: 0 additions & 14 deletions agile.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,5 @@
"version": "{{ pulse_version }}",
"release_notes": "notes"
}
},
"shell": {
"pulsar": {
"command": [
"rm -rf dist",
"{{ python }} setup.py release"
]
}
},
"tasks": {
"release": {
"description": "make a new release to github",
"command": ["python", "github:pulsar"]
}
}
}
5 changes: 5 additions & 0 deletions notes/0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Ver. 0.2.0 - 2017-Jan-21

Full control of wsgi callable when ``WSGI_APPLICATION`` is specified in the
settings file.

0 comments on commit 7b97c29

Please sign in to comment.