Skip to content

Commit

Permalink
Merge pull request #178 from greg-hellings/issue176
Browse files Browse the repository at this point in the history
Bump dependency for linchpin and ansible
  • Loading branch information
greg-hellings authored Sep 25, 2017
2 parents a0b0243 + 2e4abab commit bbe089c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
v 0.8.4
- Capture errors from jenkins-cli.jar more robustly (GH #151)
v 0.8.4 (25 Sep 2017)
- Bump to linchpin 1.0.4 and Ansible >= 2.3.2 because of syntax errors (GH #176)
- Capture errors from jenkins-cli.jar more robustly (GH #151)
- Streamline installation of the Python pip module (GH #147)

v 0.8.3 (13 Sep 2017)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
packages=find_packages(exclude=('library', 'bin')),
include_package_data=True,
install_requires=[
'ansible>=2.2.1',
'ansible>=2.3.2',
'plumbum>=1.6.0',
'linchpin>=1.0.1'
'linchpin>=1.0.4'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit bbe089c

Please sign in to comment.