Skip to content

Commit

Permalink
Release Version 0.8.1
Browse files Browse the repository at this point in the history
Merge pull request #138 from pennmem/staging
  • Loading branch information
mivade authored Jul 23, 2018
2 parents b234741 + 7dfc6ca commit d4bdb68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Changes
=======

Upcoming
--------
Version 0.8.1
-------------

**2018-07-23**

This is a minor update with the following changes and additions:

* Added shortcuts for common queries with pandas accessors (#133)
* Deferred path finding until necessary (#135)
* Significantly improved read speed for split EEG data (#137)


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.8.0"
__version__ = "0.8.1"
version_info = namedtuple("VersionInfo", "major,minor,patch")(*__version__.split('.'))

0 comments on commit d4bdb68

Please sign in to comment.