~canonical-ci-engineering/ubuntu-ci-services-itself/ansible

« back to all changes in this revision

Viewing changes to lib/ansible/__init__.py

  • Committer: Package Import Robot
  • Author(s): Harlan Lieberman-Berg
  • Date: 2014-04-21 16:51:47 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140421165147-8ua5msw3mse8r2br
Tags: 1.5.5+dfsg-1
* New upstream version 1.5.5, security update.
* d/control: Add myself to Uploaders to silence Lintian
* Refresh patches for new version.  Add DEP-3 headers to one patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#
15
15
# You should have received a copy of the GNU General Public License
16
16
# along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
17
 
__version__ = '1.5.4'
 
17
__version__ = '1.5.5'
18
18
__author__ = 'Michael DeHaan'