Skip to content

Commit bbe089c

Browse files
Merge pull request #178 from greg-hellings/issue176
Bump dependency for linchpin and ansible
2 parents a0b0243 + 2e4abab commit bbe089c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
v 0.8.4
2-
- Capture errors from jenkins-cli.jar more robustly (GH #151)
1+
v 0.8.4 (25 Sep 2017)
2+
- Bump to linchpin 1.0.4 and Ansible >= 2.3.2 because of syntax errors (GH #176)
3+
- Capture errors from jenkins-cli.jar more robustly (GH #151)
34
- Streamline installation of the Python pip module (GH #147)
45

56
v 0.8.3 (13 Sep 2017)

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
packages=find_packages(exclude=('library', 'bin')),
3030
include_package_data=True,
3131
install_requires=[
32-
'ansible>=2.2.1',
32+
'ansible>=2.3.2',
3333
'plumbum>=1.6.0',
34-
'linchpin>=1.0.1'
34+
'linchpin>=1.0.4'
3535
],
3636
entry_points={
3737
'console_scripts': [

0 commit comments

Comments
 (0)