Browse code

New release v2.0.0.2-1

James Cammarata authored on 2016/01/15 07:17:42
Showing 4 changed files
... ...
@@ -1 +1 @@
1
-2.0.0.1 1
1
+2.0.0.2 1
... ...
@@ -19,5 +19,5 @@
19 19
 from __future__ import (absolute_import, division, print_function)
20 20
 __metaclass__ = type
21 21
 
22
-__version__ = '2.0.0.1'
22
+__version__ = '2.0.0.2'
23 23
 __author__  = 'Ansible, Inc.'
... ...
@@ -4,6 +4,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
4 4
 
5 5
  -- Ansible, Inc. <support@ansible.com>  %DATE%
6 6
 
7
+ansible (2.0.0.2) unstable; urgency=low
8
+
9
+  * 2.0.0.2
10
+
11
+ -- Ansible, Inc. <support@ansible.com>  Thu, 14 Jan 2016 17:17:41 -0500
12
+
13
+
7 14
 ansible (2.0.0.1) unstable; urgency=low
8 15
 
9 16
   * 2.0.0.1
... ...
@@ -125,6 +125,9 @@ rm -rf %{buildroot}
125 125
 
126 126
 %changelog
127 127
 
128
+* Thu Jan 14 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.2-1
129
+- Release 2.0.0.2-1
130
+
128 131
 * Tue Jan 12 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.1-1
129 132
 - Release 2.0.0.1-1
130 133