Skip to content

Commit

Permalink
REL: 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jul 7, 2022
1 parent 10e938d commit ffa5556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Here we list a changelog of pybv.
:local:
:depth: 1

0.8.0 (unreleased)
0.7.4 (2022-07-07)
==================

Changelog
~~~~~~~~~
- Updated ``_chk_events`` to accept label values >= 0, by `Pierre Cutellic`_: (:gh:`95`)
- Updated ``_chk_events`` to accept duration == 0, by `Clemens Brunner`_: (:gh:`96`)
- Events: accept ``description`` label values >= 0 when ``type`` is ``"Stimulus"`` or ``"Response"``, by `Pierre Cutellic`_: (:gh:`95`)
- Events: accept ``duration == 0``, by `Clemens Brunner`_: (:gh:`96`)

0.7.3 (2022-06-04)
==================
Expand Down
2 changes: 1 addition & 1 deletion pybv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A lightweight I/O utility for the BrainVision data format."""


__version__ = '0.8.0.dev3'
__version__ = '0.7.4'
from .io import write_brainvision

__all__ = ['write_brainvision']

0 comments on commit ffa5556

Please sign in to comment.