File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ v 1.4.0 (20 Feb 2019)
2
+ - Support Linchpin 1.6.2
3
+ - Support RHEL 8 slaves
4
+ - Upgrade to Python 3 for testing everything we can
5
+ - upgrade ansible-lint
6
+ - Fix rpm key import timeout
7
+ - Fix Jenkins session timeout configuration being ignored
8
+
1
9
v 1.3.0 (20 Sep 2018)
2
10
- Bump default Jenkins to 2.121
3
11
- Update plugins for 2.121 compatibility
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'cinch' ,
10
- version = '1.3 .0' ,
10
+ version = '1.4 .0' ,
11
11
description = 'Cinch continuous integration setup' ,
12
12
long_description = description ,
13
13
url = 'https://github.com/RedHatQE/cinch' ,
14
14
author = 'RedHatQE' ,
15
15
license = 'GPLv3' ,
16
16
classifiers = [
17
- 'Development Status :: 4 - Beta ' ,
17
+ 'Development Status :: 5 - Production/Stable ' ,
18
18
'Intended Audience :: Developers' ,
19
19
'Intended Audience :: Information Technology' ,
20
20
'Topic :: Software Development :: Quality Assurance' ,
21
21
'Topic :: Software Development :: Testing' ,
22
22
'Topic :: Software Development :: Build Tools' ,
23
23
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
24
- 'Programming Language :: Python :: 2.7'
24
+ 'Programming Language :: Python :: 2.7' ,
25
+ 'Programming Language :: Python :: 3'
25
26
],
26
27
keywords = 'continuous integration, ci, jenkins' ,
27
28
packages = find_packages (exclude = ('library' , 'bin' )),
You can’t perform that action at this time.
0 commit comments