Skip to content

Commit

Permalink
Version bump for linchpin 0.9 and cinch 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Feb 28, 2017
1 parent c541821 commit a2543f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ docs/build/
.idea
# The destination folder that python setup.py sdist drops results into
dist
build
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='cinch',
version='0.4.1',
version='0.5.0',
description='Cinch continuous integration setup',
long_description=description,
url='https://github.com/RedHatQE/cinch',
Expand All @@ -31,7 +31,7 @@
install_requires=[
'ansible>=2.1',
'plumbum>=1.6.0',
'linchpin>=0.8.2',
'linchpin>=0.9',
'sphinx_rtd_theme'
],
entry_points={
Expand Down

0 comments on commit a2543f2

Please sign in to comment.