Skip to content

Commit

Permalink
New release v2.0.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Jan 12, 2016
1 parent 14bf6b0 commit 06ec219
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0 0.9.rc4
2.0.0.0 1
2 changes: 1 addition & 1 deletion lib/ansible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.0.0'
__version__ = '2.0.0.0'
__author__ = 'Ansible, Inc.'
2 changes: 1 addition & 1 deletion lib/ansible/modules/core
2 changes: 1 addition & 1 deletion lib/ansible/modules/extras
Submodule extras updated 1 files
+1 −1 VERSION
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ansible (2.0.0.0) unstable; urgency=low

* 2.0.0.0

-- Ansible, Inc. <[email protected]> Tue, 12 Jan 2016 08:33:59 -0500

ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low

* %VERSION% release
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ rm -rf %{buildroot}

%changelog

* Tue Jan 12 2016 Ansible, Inc. <[email protected]> - 2.0.0.0-1
- Release 2.0.0.0-1

* Fri Oct 09 2015 Ansible, Inc. <[email protected]> - 1.9.4
- Release 1.9.4

Expand Down

0 comments on commit 06ec219

Please sign in to comment.