Skip to content

Commit 845e087

Browse files
author
Mathieu Scheltienne
committed
bump for bugfix release
1 parent c0b89db commit 845e087

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

doc/changes/1.1.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@
1616

1717
.. _latest:
1818

19-
Version 1.1
20-
===========
19+
Version 1.1.1
20+
=============
21+
22+
- Fix parsing of incomplete :class:`~mne_lsl.lsl.StreamInfo` (:pr:`179` by `Mathieu Scheltienne`_)
23+
- Remove ``pytest`` related files from distribution (:pr:`180` by `Mathieu Scheltienne`_)
24+
25+
Version 1.1.0
26+
=============
2127

2228
- Fix flaky tests on CIs (:pr:`168` by `Eric Larson`_ and `Mathieu Scheltienne`_)
2329
- Fix setting channel unit on a :class:`~mne_lsl.lsl.StreamInfo` with integers (:pr:`168` by `Eric Larson`_ and `Mathieu Scheltienne`_)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ maintainers = [
5454
name = 'mne_lsl'
5555
readme = 'README.md'
5656
requires-python = '>=3.9'
57-
version = '1.1.0'
57+
version = '1.1.1'
5858

5959
[project.optional-dependencies]
6060
all = [

0 commit comments

Comments
 (0)