File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33Observes [ 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.3] - 2022-06-27
6+
7+ + Update - Diagram links for PyPI README
8+
59## [ 0.1.2] - 2022-06-27
610
711+ Add - Code of Conduct
812+ Update - pull subject from parent directory in nwb export
913+ Update - for genotyping.BreedingPair part tables, projection from Subject
10- * genotyping.BreedingPair.Mother, change attribute to 'mother'
11- * genotyping.BreedingPair.Father, change attribute to 'father'
12-
14+ + genotyping.BreedingPair.Mother, change attribute to 'mother'
15+ + genotyping.BreedingPair.Father, change attribute to 'father'
16+
1317## [ 0.1.1] - 2022-05-10
1418
1519+ Add - NWB export
@@ -26,6 +30,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2630+ Add - ` subject ` schema
2731+ Add - ` genotyping ` schema
2832
33+ [ 0.1.3 ] : https://github.com/datajoint/element-animal/releases/tag/0.1.3
2934[ 0.1.2 ] : https://github.com/datajoint/element-animal/releases/tag/0.1.2
3035[ 0.1.1 ] : https://github.com/datajoint/element-animal/releases/tag/0.1.1
3136[ 0.1.0b0 ] : https://github.com/datajoint/element-animal/releases/tag/0.1.0b0
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = "0.1.2 "
2+ __version__ = "0.1.3 "
You can’t perform that action at this time.
0 commit comments