Skip to content

Commit d1c9c1c

Browse files
committed
version bump
1 parent 575b8e9 commit d1c9c1c

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
@@ -3,6 +3,10 @@
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.
55

6+
## [0.6.0] - 2023-02-13
7+
8+
+ Add - Intan loader
9+
610
## [0.5.0] - 2023-01-09
711

812
+ Remove - `recursive_search` function
@@ -53,6 +57,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5357

5458
+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.
5559

60+
[0.6.0]: https://github.com/datajoint/element-interface/releases/tag/0.6.0
5661
[0.5.0]: https://github.com/datajoint/element-interface/releases/tag/0.5.0
5762
[0.4.2]: https://github.com/datajoint/element-interface/releases/tag/0.4.2
5863
[0.4.1]: https://github.com/datajoint/element-interface/releases/tag/0.4.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.5.0"
3+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)