We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf73a0 commit df9ed9eCopy full SHA for df9ed9e
CHANGELOG
@@ -1,3 +1,7 @@
1
+v 0.8.5 (10 Oct 2017)
2
+- Remove management of the executor setting on masters (GH #182)
3
+- Remove stale, unused repo key that began failing (GH #184)
4
+
5
v 0.8.4 (25 Sep 2017)
6
- Bump to linchpin 1.0.4 and Ansible >= 2.3.2 because of syntax errors (GH #176)
7
- Capture errors from jenkins-cli.jar more robustly (GH #151)
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='cinch',
12
- version='0.8.4',
+ version='0.8.5',
13
description='Cinch continuous integration setup',
14
long_description=description,
15
url='https://github.com/RedHatQE/cinch',
0 commit comments