Skip to content

Commit df9ed9e

Browse files
committed
Prep for 0.8.5
Update CHANGELOG Bump version to prepare for release 0.8.5
1 parent 4cf73a0 commit df9ed9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
v 0.8.4 (25 Sep 2017)
26
- Bump to linchpin 1.0.4 and Ansible >= 2.3.2 because of syntax errors (GH #176)
37
- Capture errors from jenkins-cli.jar more robustly (GH #151)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='cinch',
12-
version='0.8.4',
12+
version='0.8.5',
1313
description='Cinch continuous integration setup',
1414
long_description=description,
1515
url='https://github.com/RedHatQE/cinch',

0 commit comments

Comments
 (0)