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

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 7, 2016
1 parent ba2101a commit df4c93d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 5 additions & 3 deletions agile.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"python": {
"cloud_version": "cloud.__version__"
},
"github": {
"cloud": {
"python_module": "cloud",
"version": "cloud.__version__",
"version": "{{ cloud_version }}",
"release_notes": "docs/history"
}
},
"tasks": {
"release": {
"description": "make a new release to github",
"command": ["github"]
"command": ["python", "github"]
}
}
}
7 changes: 7 additions & 0 deletions docs/history/0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Ver. 0.5.0 - 2016-Aug-07

* Works for python 3.5 and above
* Increased test coverage
* Added pagination object
* New test suite

0 comments on commit df4c93d

Please sign in to comment.