We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3049937 commit 547fad9Copy full SHA for 547fad9
CHANGES.rst
@@ -1,11 +1,16 @@
1
Changelog
2
=========
3
4
-1.9.4 (unreleased)
+1.9.5 (unreleased)
5
------------------
6
7
- nothing changed yet.
8
9
+1.9.4 (2025-08-21)
10
+------------------
11
+
12
+- Remove use of deprecated pkg_resources, use importlib instead
13
14
1.9.3 (2025-04-12)
15
16
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "meggie"
-version = "1.9.3"
+version = "1.9.4"
description = "User-friendly graphical user interface to do M/EEG analysis."
license = { text = "BSD" }
requires-python = ">= 3.10"
0 commit comments