diff --git a/CHANGELOG b/CHANGELOG index f191b55..8321d9e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ v 0.8.4 -- Bump to linchpin 1.0.3 and Ansible >= 2.3.2 because of syntax errors (GH #176) +- Bump to linchpin 1.0.4 and Ansible >= 2.3.2 because of syntax errors (GH #176) v 0.8.3 (13 Sep 2017) - Clean up TravisCI tests diff --git a/setup.py b/setup.py index 32b2fd2..c98a100 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='cinch', - version='0.8.3', + version='0.8.4', description='Cinch continuous integration setup', long_description=description, url='https://github.com/RedHatQE/cinch', @@ -31,7 +31,7 @@ install_requires=[ 'ansible>=2.3.2', 'plumbum>=1.6.0', - 'linchpin>=1.0.3' + 'linchpin>=1.0.4' ], entry_points={ 'console_scripts': [