Skip to content

Commit 9d0d9f7

Browse files
committed
fixed issue 8 for linux by using latests compilers
1 parent b6147d5 commit 9d0d9f7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
=========
22
CHANGELOG
33
=========
4+
0.2.8
5+
-----
6+
Recompiled heclib in linux with latest compilers to resolve issue 8
7+
48
0.2.7
59
-----
610
Partial fixes for offset: Fixed for INST-* timeseries but not PER-* timeseries (issue #12)

pyhecdss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = """Nicky Sandhu"""
22
__email__ = 'psandhu@water.ca.gov'
3-
__version__ = "0.2.7"
3+
__version__ = "0.2.8"
44
from .pyhecdss import *

0 commit comments

Comments
 (0)