Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Mar 25, 2024
1 parent b496c1f commit 84685a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
Changelog
=========

1.6.4 (unreleased)
1.7.1 (unreleased)
------------------

- nothing changed yet.


1.7.0 (2024-03-25)
------------------

- Fix actions.log propagation problem
- Add a lot of tests for maintainability
- Add new partially generated readthedocs documentation
- Add "Add MNE sample data" option to subject dialog.
- Add tooltips to actions using configuration.json metadata
- Add a little messagebox if no subject is active when clicking an action
- Fix empty lines problem in channel groups dialog
- Update to support mne==1.6.1

1.6.3 (2023-12-11)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='meggie',
version='1.6.3',
version='1.7.0',
description=description,
long_description=description,
long_description_content_type="text/plain",
Expand All @@ -16,7 +16,7 @@
include_package_data=True,
zip_safe=False,
install_requires=[],
python_requires='>=3.7',
python_requires='>=3.8',
entry_points={
'console_scripts': ['meggie=meggie.run:main'],
},
Expand Down

0 comments on commit 84685a1

Please sign in to comment.