Skip to content

Commit 0af2737

Browse files
committed
Update CHANGELOG and version
1 parent e5174f3 commit 0af2737

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.4.1] - 2022-12-15
6+
7+
+ Update - PrairieView loader now reads recording start time from metadata file
8+
59
## [0.4.0] - 2022-12-14
610

711
+ Add - mkdocs documentation
@@ -37,6 +41,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3741

3842
+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.
3943

44+
[0.4.1]: https://github.com/datajoint/element-interface/releases/tag/0.4.1
4045
[0.4.0]: https://github.com/datajoint/element-interface/releases/tag/0.4.0
4146
[0.3.0]: https://github.com/datajoint/element-interface/releases/tag/0.3.0
4247
[0.2.1]: https://github.com/datajoint/element-interface/releases/tag/0.2.1

element_interface/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata"""
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)