Commit 845e087 Mathieu Scheltienne
committed
1 parent c0b89db commit 845e087 Copy full SHA for 845e087
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
.. _latest :
18
18
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
+ =============
21
27
22
28
- Fix flaky tests on CIs (:pr: `168 ` by `Eric Larson `_ and `Mathieu Scheltienne `_)
23
29
- Fix setting channel unit on a :class: `~mne_lsl.lsl.StreamInfo ` with integers (:pr: `168 ` by `Eric Larson `_ and `Mathieu Scheltienne `_)
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ maintainers = [
54
54
name = ' mne_lsl'
55
55
readme = ' README.md'
56
56
requires-python = ' >=3.9'
57
- version = ' 1.1.0 '
57
+ version = ' 1.1.1 '
58
58
59
59
[project .optional-dependencies ]
60
60
all = [
You can’t perform that action at this time.
0 commit comments