From a5fdd4c4ff83192b1d8fd58322faf4d3801931bf Mon Sep 17 00:00:00 2001 From: Duncan Watson-Parris Date: Tue, 22 Jan 2019 08:29:33 +0000 Subject: [PATCH] Minor doc fix. Bumping to stable for release --- cis/__init__.py | 2 +- doc/whats_new_1.7.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cis/__init__.py b/cis/__init__.py index 2e92a7b3..4e6af445 100644 --- a/cis/__init__.py +++ b/cis/__init__.py @@ -18,7 +18,7 @@ """ __author__ = "David Michel, Daniel Wallis, Duncan Watson-Parris, Richard Wilkinson, Ian Bush, Matt Kendall, John Holt" __version__ = "1.7.0" -__status__ = "Dev" +__status__ = "Stable" __website__ = "http://www.cistools.net/" __all__ = ['read_data', 'read_data_list', 'get_variables'] diff --git a/doc/whats_new_1.7.rst b/doc/whats_new_1.7.rst index 2170124b..309d428a 100644 --- a/doc/whats_new_1.7.rst +++ b/doc/whats_new_1.7.rst @@ -10,11 +10,11 @@ CIS 1.7 features ================ * Extended the definition of the MODIS_L3 plugin to include monthly files. * Added plugins Aerosol_CCI_L3 and Cloud_CCI_L3 to read Level 3 CCI products. - * Extended the Aeronet plugin to read files from, - * The Version 3 Direct Sun Algorithm, - * The Maritime Aerosol Network, - * All versions of the Spectral Decomposition Algorithm, - * The All_Sites_Times_*.dat files now distributed under the "Download All Sites" link. + * Extended the Aeronet plugin to read files from: + * The Version 3 Direct Sun Algorithm, + * The Maritime Aerosol Network, + * All versions of the Spectral Decomposition Algorithm, + * The All_Sites_Times_*.dat files now distributed under the "Download All Sites" link. Incompatible changes ====================