Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Jun 30, 2023
1 parent ccf2d1a commit 9543d26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.7.6] - 2023-06-30

+ Add - Null value for `package_version` in `imaging*` modules to patch bug
+ Update - `tutorial.ipynb` notebook to insert values for nullable attributes

## [0.7.5] - 2023-06-20

+ Update - Requirements
Expand Down Expand Up @@ -146,6 +151,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.7.6]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.6
[0.7.5]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.5
[0.7.4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.4
[0.7.3]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.3
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.7.5"
__version__ = "0.7.6"

0 comments on commit 9543d26

Please sign in to comment.