Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mivade authored Aug 7, 2018
2 parents 0d11ffa + ac86352 commit 5ec7d3d
Show file tree
Hide file tree
Showing 26 changed files with 231 additions and 1,604 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

Version 0.9.1
-------------

**2018-08-07**

* Fixed issues loading pyFR data (#180)
* Fixed loading of YC events (#182)
* Fixed loading of jacksheets with tabs instead of spaces (#185)
* Breaking change: removed ``to_xyz`` methods (#187)


Version 0.9.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion cmlreaders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
from .readers import * # noqa
from .cmlreader import CMLReader # noqa

__version__ = "0.9.0"
__version__ = "0.9.1"
version_info = namedtuple("VersionInfo", "major,minor,patch")(*__version__.split('.'))
Loading

0 comments on commit 5ec7d3d

Please sign in to comment.