Skip to content

Commit 850917f

Browse files
committed
Update version and CHANGELOG
1 parent 004b44a commit 850917f

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.5.4] - 2023-05-14
7+
8+
+ Fix - DANDI URL for uploads where `staging=False`.
9+
610
## [0.5.3] - 2023-05-11
711

812
+ Fix - `.ipynb` dark mode output for all notebooks.
@@ -66,6 +70,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
6670

6771
+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.
6872

73+
[0.5.4]: https://github.com/datajoint/element-interface/releases/tag/0.5.4
6974
[0.5.3]: https://github.com/datajoint/element-interface/releases/tag/0.5.3
7075
[0.5.2]: https://github.com/datajoint/element-interface/releases/tag/0.5.2
7176
[0.5.1]: https://github.com/datajoint/element-interface/releases/tag/0.5.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.3"
3+
__version__ = "0.5.4"

0 commit comments

Comments
 (0)