From 01224980a76e7a44fbb8bf43be92b94974e47b47 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Fri, 18 Oct 2019 09:58:50 -0600 Subject: [PATCH 1/4] bump version number to 1.0.4 in preparation for release --- README.md | 2 ++ cftime/_cftime.pyx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd261c6..f79798ed 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Time-handling functionality from netcdf4-python [![Commits Status](https://img.shields.io/github/commits-since/UniData/cftime/latest.svg)](https://github.com/UniData/cftime/commits/master) ## News +10/21/2019: version 1.0.4 released. + 12/05/2018: version 1.0.3.4 released (just to fix a problem with the source tarball on pypi). diff --git a/cftime/_cftime.pyx b/cftime/_cftime.pyx index 86e2761f..046af25a 100644 --- a/cftime/_cftime.pyx +++ b/cftime/_cftime.pyx @@ -43,7 +43,7 @@ cdef int[13] _spm_366day = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 33 _rop_lookup = {Py_LT: '__gt__', Py_LE: '__ge__', Py_EQ: '__eq__', Py_GT: '__lt__', Py_GE: '__le__', Py_NE: '__ne__'} -__version__ = '1.0.3.4' +__version__ = '1.0.4' # Adapted from http://delete.me.uk/2005/03/iso8601.html # Note: This regex ensures that all ISO8601 timezone formats are accepted - but, due to legacy support for other timestrings, not all incorrect formats can be rejected. From 270984da5c41e69836a4c2c4a195751eb47f799d Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Fri, 18 Oct 2019 10:03:38 -0600 Subject: [PATCH 2/4] add python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 35385e00..5ba237ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - PYTHON_VERSION=2.7 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 + - PYTHON_VERSION=3.8 matrix: include: From 172450089d855f066bc21a01518d89553f510f9f Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Fri, 18 Oct 2019 10:04:58 -0600 Subject: [PATCH 3/4] add python 3.8 --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index cc8fc399..45c4511c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,6 +9,10 @@ environment: NPY: 1.16 PY: 3.7 + - TARGET_ARCH: x64 + NPY: 1.16 + PY: 3.8 + platform: - x64 From 8af8eab71af1ff251da91fd1098ec03cff7cf33c Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Fri, 18 Oct 2019 11:36:32 -0600 Subject: [PATCH 4/4] apparently python 3.8 not ready yet --- .appveyor.yml | 4 ---- .travis.yml | 1 - 2 files changed, 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 45c4511c..cc8fc399 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,10 +9,6 @@ environment: NPY: 1.16 PY: 3.7 - - TARGET_ARCH: x64 - NPY: 1.16 - PY: 3.8 - platform: - x64 diff --git a/.travis.yml b/.travis.yml index 5ba237ac..35385e00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ env: - PYTHON_VERSION=2.7 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 - - PYTHON_VERSION=3.8 matrix: include: