From 9d0d9f7c1c129444f719750a2a405e4938c2ac3f Mon Sep 17 00:00:00 2001 From: Nicky Sandhu Date: Sat, 12 Oct 2019 17:57:39 -0700 Subject: [PATCH] fixed issue 8 for linux by using latests compilers --- CHANGELOG.rst | 4 ++++ pyhecdss/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d75222..90f7c9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ ========= CHANGELOG ========= +0.2.8 +----- +Recompiled heclib in linux with latest compilers to resolve issue 8 + 0.2.7 ----- Partial fixes for offset: Fixed for INST-* timeseries but not PER-* timeseries (issue #12) diff --git a/pyhecdss/__init__.py b/pyhecdss/__init__.py index 8a238c6..65c756c 100644 --- a/pyhecdss/__init__.py +++ b/pyhecdss/__init__.py @@ -1,4 +1,4 @@ __author__ = """Nicky Sandhu""" __email__ = 'psandhu@water.ca.gov' -__version__ = "0.2.7" +__version__ = "0.2.8" from .pyhecdss import *