Skip to content

Commit

Permalink
bump for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Nov 21, 2023
1 parent c0b89db commit 845e087
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions doc/changes/1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 845e087

Please sign in to comment.