Skip to content

Commit

Permalink
Update version for element-interface requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Apr 6, 2023
1 parent 605f91b commit 4c2b78c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.5.5] - 2023-04-06

+ Update - Bump `element-interface` requirement to `0.5.1`.

## [0.5.4] - 2023-03-08

+ Add - Requirement for `ipywidgets`
Expand Down Expand Up @@ -84,6 +88,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
+ Add - `scan` and `imaging` modules
+ Add - Readers for `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`

[0.5.5]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.5.5
[0.5.4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.5.4
[0.5.3]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.5.3
[0.5.2]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.5.2
Expand Down
2 changes: 1 addition & 1 deletion element_calcium_imaging/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.5.4"
__version__ = "0.5.5"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datajoint>=0.13.0
element-interface>=0.4.0
element-interface>=0.5.1
plotly
ipywidgets

0 comments on commit 4c2b78c

Please sign in to comment.