Skip to content

Commit 602daf4

Browse files
committed
Bump version to 0.3.5 and update changelog
1 parent 0eda400 commit 602daf4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.3.5 (2020-10-16)
4+
5+
Don't use library depricated functions (#3)
6+
37
## v0.3.4 (2019-02-14)
48

59
Apply sign when reading time series from Dymola result files (.mat)

sdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from . import hdf5
99

10-
__version__ = '0.3.4'
10+
__version__ = '0.3.5'
1111

1212
_object_name_pattern = re.compile('[a-zA-Z][a-zA-Z0-9_]*')
1313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='SDF',
14-
version='0.3.4',
14+
version='0.3.5',
1515
description="Work with Scientific Data Format files in Python",
1616
long_description=readme(),
1717
url="https://github.com/ScientificDataFormat/SDF-Python",

0 commit comments

Comments
 (0)