We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0b0243 + 2e4abab commit bbe089cCopy full SHA for bbe089c
CHANGELOG
@@ -1,5 +1,6 @@
1
-v 0.8.4
2
- - 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)
3
+- Capture errors from jenkins-cli.jar more robustly (GH #151)
4
- Streamline installation of the Python pip module (GH #147)
5
6
v 0.8.3 (13 Sep 2017)
setup.py
@@ -29,9 +29,9 @@
29
packages=find_packages(exclude=('library', 'bin')),
30
include_package_data=True,
31
install_requires=[
32
- 'ansible>=2.2.1',
+ 'ansible>=2.3.2',
33
'plumbum>=1.6.0',
34
- 'linchpin>=1.0.1'
+ 'linchpin>=1.0.4'
35
],
36
entry_points={
37
'console_scripts': [
0 commit comments