From cfd4d7a996169cc16d33a6df69472295b47fcfbc Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Wed, 10 Jan 2018 15:10:27 -0500 Subject: [PATCH 1/2] Bump to 0.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea92220..7ba56a0 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ from setuptools import setup -version = '0.0.3' +version = '0.0.4' setup(name='nco', version=version, From c0b47c7907094e660b90a7bef4142e04914bcd1e Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Wed, 10 Jan 2018 15:33:53 -0500 Subject: [PATCH 2/2] Test "latest" and most recent 4.6.x versions --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bff0eb1..2433f5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ python: - 3.6 env: - - NCO_VERSION=4.5.5 - - NCO_VERSION=4.6.1 + - NCO_VERSION=4.6.9 - NCO_VERSION=latest before_install: