Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Fonseca committed Feb 5, 2016
1 parent 6578433 commit d7b50e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release notes

## master
## 0.3.0

Improvements:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use the scripts to build a custom Mesos cluster first install the roles in
your project:

$ ansible-galaxy install --force --roles-path .ansible \
https://github.com/ypg-data/mesos-stack,0.2.0
https://github.com/ypg-data/mesos-stack,0.3.0

and configure Ansible to load roles from the roles directory provided by this
project.
Expand All @@ -36,7 +36,7 @@ Alternatively, you can also use a `requirements.yml` file:
```yaml
- src: https://github.com/ypg-data/mesos-stack
path: .ansible
version: 0.2.0
version: 0.3.0
```
and pull down the roles to your DevOps setup by running:
Expand Down

0 comments on commit d7b50e7

Please sign in to comment.