Skip to content

Commit bfc3417

Browse files
committed
Version bump, Changelog updates
1 parent 55ed914 commit bfc3417

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.1.2] - 2022-06-27
6+
7+
+ Add - Code of Conduct
8+
+ Update - pull subject from parent directory in nwb export
9+
+ Update - for genotyping.BreedingPair part tables, project from Subject
10+
* genotyping.BreedingPair.Mother, change attribute to 'mother'
11+
* genotyping.BreedingPair.Father, change attribute to 'father'
12+
513
## [0.1.1] - 2022-05-10
614

715
+ Add - NWB export
@@ -18,6 +26,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1826
+ Add - `subject` schema
1927
+ Add - `genotyping` schema
2028

29+
[0.1.1]: https://github.com/datajoint/element-animal/releases/tag/0.1.2
2130
[0.1.1]: https://github.com/datajoint/element-animal/releases/tag/0.1.1
2231
[0.1.0b0]: https://github.com/datajoint/element-animal/releases/tag/0.1.0b0
2332
[0.1.0a1]: https://github.com/datajoint/element-animal/releases/tag/0.1.0a1

element_animal/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)