Skip to content

Commit b6af36f

Browse files
committed
Bump version to 0.3.4 and update changelog
1 parent 1f89a5e commit b6af36f

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

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

3-
## [0.3.3] (2017-12-13)
3+
## v0.3.4 (2019-02-14)
4+
5+
Apply sign when reading time series from Dymola result files (.mat)
6+
7+
## v0.3.3 (2017-12-13)
48

59
### Changed
6-
- Distribution package changed from .tar.gz to .whl (Python Wheel)
710

8-
## [0.3.2] (2017-07-09)
11+
Distribution package changed from .tar.gz to .whl (Python Wheel)
12+
13+
## v0.3.2 (2017-07-09)
914

1015
### Added
11-
- Support for Linux and Mac
16+
17+
Add support for Linux and Mac

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Get the scale for the first dimension:
7272

7373
-----------------------------
7474

75-
|copyright| 2017 |Dassault Systemes|
75+
|copyright| 2019 |Dassault Systemes|
7676

7777
.. _SDF specification: https://github.com/ScientificDataFormat/SDF
7878
.. _HDF5: https://www.hdfgroup.org/hdf5/

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.3'
10+
__version__ = '0.3.4'
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.3',
14+
version='0.3.4',
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)