Skip to content

Commit

Permalink
Release 1.4.0 (#248)
Browse files Browse the repository at this point in the history
* Release 1.4.0

* update changelog with version 1.4.0 changes
  • Loading branch information
abraverm authored Feb 21, 2019
1 parent f585670 commit 2c6065a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v 1.4.0 (20 Feb 2019)
- Support Linchpin 1.6.2
- Support RHEL 8 slaves
- Upgrade to Python 3 for testing everything we can
- upgrade ansible-lint
- Fix rpm key import timeout
- Fix Jenkins session timeout configuration being ignored

v 1.3.0 (20 Sep 2018)
- Bump default Jenkins to 2.121
- Update plugins for 2.121 compatibility
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@

setup(
name='cinch',
version='1.3.0',
version='1.4.0',
description='Cinch continuous integration setup',
long_description=description,
url='https://github.com/RedHatQE/cinch',
author='RedHatQE',
license='GPLv3',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 2.7'
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3'
],
keywords='continuous integration, ci, jenkins',
packages=find_packages(exclude=('library', 'bin')),
Expand Down

0 comments on commit 2c6065a

Please sign in to comment.