Skip to content

Commit 71ab9fb

Browse files
committed
Update changelog and version
1 parent 805e76a commit 71ab9fb

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
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.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

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.2"
2+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)