Skip to content

Commit fd07d1f

Browse files
committed
Update version and changelog
1 parent 662ece8 commit fd07d1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.1.2] - 2023-07-28
7+
8+
+ Update - GitHub Actions with new reusable workflows
9+
+ Add - BossDB citation
10+
611
## [0.1.1] - 2023-05-22
712

813
+ Add - Cellpose citation
@@ -13,5 +18,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1318
+ Add - `bossdb` schema
1419
+ Add - Upload utilty to create resources and upload data to BossDB
1520

21+
[0.1.2]: https://github.com/datajoint/element-zstack/releases/tag/0.1.2
1622
[0.1.1]: https://github.com/datajoint/element-zstack/releases/tag/0.1.1
1723
[0.1.0]: https://github.com/datajoint/element-zstack/releases/tag/0.1.0

element_zstack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.1.1"
2+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)