Skip to content

Commit bb375bc

Browse files
committed
Added teardown.yml to distribution
Also tagging 0.4.1 to include teardown.yml
1 parent 4c86d2e commit bb375bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ recursive-include cinch/files *
22
recursive-include cinch/group_vars *
33
recursive-include cinch/library *
44
recursive-include cinch/roles *
5+
include cinch/teardown.yml
56
include cinch/site.yml
67
include README.md

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.4.0',
12+
version='0.4.1',
1313
description='Cinch continuous integration setup',
1414
long_description=description,
1515
url='https://github.com/RedHatQE/cinch',

0 commit comments

Comments
 (0)