Skip to content

Commit a7dded2

Browse files
committed
REL: 0.7.1
1 parent 8c5bd42 commit a7dded2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/changelog.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ Here we list a changelog of pybv.
2727
:local:
2828
:depth: 1
2929

30-
0.8.0 (unreleased)
30+
0.7.1 (2022-05-28)
3131
==================
3232

33-
Changelog
34-
~~~~~~~~~
35-
- Nothing yet
33+
Bug
34+
~~~
35+
- Fixed a bug in private ``pybv._export`` module for export to BrainVision from MNE-Python, by `Stefan Appelhoff`_: (:gh:`90`)
3636

3737
0.7.0 (2022-05-28)
3838
==================
3939

4040
Changelog
4141
~~~~~~~~~
42-
- Added an overview table of alternative software for BrainVision data, by `Stefan Appelhoff`_: (:gh:`85`)
43-
- :func:`pybv.write_brainvision` now accepts a list of dict as argument to the ``events`` parameter, allowing for more control over what to write to ``.vmrk``, by `Stefan Appelhoff`_: (:gh:`86`)
42+
- Added an overview table of alternative software for BrainVision data, by `Stefan Appelhoff`_ (:gh:`85`)
43+
- :func:`pybv.write_brainvision` now accepts a list of dict as argument to the ``events`` parameter, allowing for more control over what to write to ``.vmrk``, by `Stefan Appelhoff`_ (:gh:`86`)
4444

4545
0.6.0 (2021-09-29)
4646
==================

pybv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A lightweight I/O utility for the BrainVision data format."""
22

33

4-
__version__ = '0.8.0.dev0'
4+
__version__ = '0.7.1'
55
from .io import write_brainvision
66

77
__all__ = ['write_brainvision']

0 commit comments

Comments
 (0)