diff --git a/doc/changes/1.1.rst b/doc/changes/1.1.rst index ab2080529..05871c9c2 100644 --- a/doc/changes/1.1.rst +++ b/doc/changes/1.1.rst @@ -16,8 +16,14 @@ .. _latest: -Version 1.1 -=========== +Version 1.1.1 +============= + +- Fix parsing of incomplete :class:`~mne_lsl.lsl.StreamInfo` (:pr:`179` by `Mathieu Scheltienne`_) +- Remove ``pytest`` related files from distribution (:pr:`180` by `Mathieu Scheltienne`_) + +Version 1.1.0 +============= - Fix flaky tests on CIs (:pr:`168` by `Eric Larson`_ and `Mathieu Scheltienne`_) - Fix setting channel unit on a :class:`~mne_lsl.lsl.StreamInfo` with integers (:pr:`168` by `Eric Larson`_ and `Mathieu Scheltienne`_) diff --git a/pyproject.toml b/pyproject.toml index bca989531..972fd8e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ maintainers = [ name = 'mne_lsl' readme = 'README.md' requires-python = '>=3.9' -version = '1.1.0' +version = '1.1.1' [project.optional-dependencies] all = [