Skip to content

Commit

Permalink
Release bump to start development on 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdehaan committed Jul 4, 2012
1 parent e3aba77 commit a490213
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Ansible Changes By Release
==========================

0.5 "Amsterdam" ------- July XX, 2012
0.6 "Cabo" ------------ pending

* ...

0.5 "Amsterdam" ------- July 04, 2012

* Service module gets more accurate service states when running with upstart
* Jinja2 usage in playbooks (not templates), reinstated, supports %include directive
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Contributions to the core and modules are greatly welcome.
* Make sure "make tests" passes before submitting any requests.
* Bonus points:
* Joining the mailing list
* Fixing bugs instead of sending bug reports.
* Using squash merges
* Updating the "rst/*" files in the docs project and "docs/" manpage content
* Adding more unit tests
Expand All @@ -51,6 +52,7 @@ Contributions to the core and modules are greatly welcome.
* Sending feature pull requests to the 'master' branch instead of the devel branch
* Sending pull requests to mpdehaan's personal ansible fork.


Author
======

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5
0.6
6 changes: 3 additions & 3 deletions docs/man/man1/ansible-playbook.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 06/19/2012
.\" Date: 07/04/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.5
.\" Source: Ansible 0.6
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "06/19/2012" "Ansible 0\&.5" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "07/04/2012" "Ansible 0\&.6" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/man/man1/ansible.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 06/19/2012
.\" Date: 07/04/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.5
.\" Source: Ansible 0.6
.\" Language: English
.\"
.TH "ANSIBLE" "1" "06/19/2012" "Ansible 0\&.5" "System administration commands"
.TH "ANSIBLE" "1" "07/04/2012" "Ansible 0\&.6" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.5'
__version__ = '0.6'
__author__ = 'Michael DeHaan'
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ansible (0.6) debian; urgency=low

* 0.6 not released yet

-- Michael DeHaan <[email protected]> Wed, 04 Jul 2012 13:40:01 -0400

ansible (0.5) debian; urgency=low

* 0.5 update
Expand Down

0 comments on commit a490213

Please sign in to comment.