Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Changelog
---------

1.4.7 (2020-05-04)
++++++++++++++++++
- Fix an issue with extra_vars serialization

1.4.6 (2020-03-26)
++++++++++++++++++
- Fixed a bug that broke Ansible playbook execution prior to version 2.8 of
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.4.6'
release = '1.4.7'


# -- General configuration ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%bcond_with python3
%endif

Name: %{pypi_name}
Name: python-%{pypi_name}
Version: {{ version }}
Release: {{ release }}%{?dist}
Summary: A tool and python library to interface with Ansible
Expand Down Expand Up @@ -128,6 +128,9 @@ ln -s %{_bindir}/ansible-runner-%{python2_version} %{buildroot}/%{_bindir}/ansib
%endif

%changelog
* Mon May 04 2020 Rabi Mishra <ramishra@redhat.com> - 1.4.7-1
- Ansible Runner 1.4.7-1

* Thu Mar 19 2020 Ryan Petrello <rpetrell@redhat.com> - 1.4.6-1
- Ansible Runner 1.4.6-1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ansible-runner",
version="1.4.6",
version="1.4.7",
author='Red Hat Ansible',
url="https://github.com/ansible/ansible-runner",
license='Apache',
Expand Down