We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c033c4 commit a3426ebCopy full SHA for a3426eb
CHANGELOG.md
@@ -3,6 +3,12 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
6
+## [0.3.4] - 2024-03-22
7
+
8
++ Add - pytest
9
++ Update - Ephys schema changed from `ephys_acute` to `ephys_no_curation` in `tutorial.ipynb`
10
11
12
## [0.3.3] - 2024-01-24
13
+ Update - remove PyPi release from `release.yml` since it will fail after the new `setup.py`
14
element_array_ephys/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
2
-__version__ = "0.3.3"
+__version__ = "0.3.4"
0 commit comments