Skip to content

Commit 7ceae8b

Browse files
committed
bump version
1 parent eb5b0b1 commit 7ceae8b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5+
## [0.2.5] - 2023-04-12
6+
7+
+ Add docstrings for quality metric tables.
8+
+ Fix the docstring errors.
9+
+ Update `concepts.md`
10+
+ Update schema diagrams.
511

612
## [0.2.4] - 2023-03-10
713

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.2.4"
2+
__version__ = "0.2.5"

0 commit comments

Comments
 (0)