Skip to content

Commit 82bae91

Browse files
committed
cmlreaders v0.11.1
update version and changelog
1 parent a99d39f commit 82bae91

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changes
22
=======
3+
Version 0.11.1
4+
--------------
5+
**2024-6-21**
6+
7+
* Patch to avoid error when loading EEG for sessions with multiple EEG files. Toggle off
8+
event-epoch EEG boundary checks.
9+
310
Version 0.11.0
411
--------------
512
**2024-6-4**

cmlreaders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .readers import * # noqa
1111
from .cmlreader import CMLReader # noqa
1212

13-
__version__ = "0.11.0"
13+
__version__ = "0.11.1"
1414
version_info = namedtuple("VersionInfo", "major,minor,patch")(
1515
*__version__.split('.'))

0 commit comments

Comments
 (0)