Skip to content

Commit

Permalink
[MNT] Post-release 1.5 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Aug 7, 2024
1 parent 9161da8 commit 0529d70
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 98 deletions.
2 changes: 0 additions & 2 deletions doc/changes/1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

.. include:: ./authors.inc

.. _latest:

Version 1.5
===========

Expand Down
1 change: 1 addition & 0 deletions doc/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
.. toctree::
:titlesonly:

latest.rst
1.5.rst
1.4.rst
1.3.rst
Expand Down
20 changes: 20 additions & 0 deletions doc/changes/latest.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. NOTE: we use cross-references to highlight new functions and classes.
Please follow the examples below, so the changelog page will have a link to
the function/class documentation.
.. NOTE: there are 3 separate sections for changes, based on type:
- "Enhancements" for new features
- "Bugs" for bug fixes
- "API changes" for backward-incompatible changes
.. NOTE: You can use the :pr:`xx` and :issue:`xx` role to x-ref to a GitHub PR
or issue from this project.
:hide-toc:

.. include:: ./authors.inc

.. _latest:

Version 1.6
===========
64 changes: 0 additions & 64 deletions mne_lsl/commands/mne_lsl_player.py

This file was deleted.

29 changes: 0 additions & 29 deletions mne_lsl/commands/mne_lsl_stream_viewer.py

This file was deleted.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ maintainers = [
name = 'mne_lsl'
readme = 'README.md'
requires-python = '>=3.9'
version = '1.5.0'
version = '1.6.0.dev0'

[project.optional-dependencies]
all = [
Expand Down Expand Up @@ -96,8 +96,6 @@ test = ['pyqt5', 'pytest-cov', 'pytest-randomly', 'pytest-timeout', 'pytest>=8.0

[project.scripts]
mne-lsl = 'mne_lsl.commands.main:run'
mne_lsl_player = 'mne_lsl.commands.mne_lsl_player:run'
mne_lsl_stream_viewer = 'mne_lsl.commands.mne_lsl_stream_viewer:run'

[project.urls]
documentation = 'https://mne.tools/mne-lsl'
Expand Down

0 comments on commit 0529d70

Please sign in to comment.