Skip to content

Commit a2543f2

Browse files
committed
Version bump for linchpin 0.9 and cinch 0.5
1 parent c541821 commit a2543f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ docs/build/
1313
.idea
1414
# The destination folder that python setup.py sdist drops results into
1515
dist
16+
build

setup.py

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

1010
setup(
1111
name='cinch',
12-
version='0.4.1',
12+
version='0.5.0',
1313
description='Cinch continuous integration setup',
1414
long_description=description,
1515
url='https://github.com/RedHatQE/cinch',
@@ -31,7 +31,7 @@
3131
install_requires=[
3232
'ansible>=2.1',
3333
'plumbum>=1.6.0',
34-
'linchpin>=0.8.2',
34+
'linchpin>=0.9',
3535
'sphinx_rtd_theme'
3636
],
3737
entry_points={

0 commit comments

Comments
 (0)