Skip to content

Commit

Permalink
Bump to linchpin 1.0.4 because of Beaker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Sep 25, 2017
1 parent 8d69a8e commit a28eff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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': [
Expand Down

0 comments on commit a28eff7

Please sign in to comment.