Skip to content

Commit 543d0ca

Browse files
authored
Merge pull request #11 from ttngu207/main
beta 0 release
2 parents 3e93dd4 + 71dfac4 commit 543d0ca

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
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.0b0] - 2021-05-07
6+
### Added
7+
+ First beta release
8+
9+
510
## [0.1.0a1] - 2021-05-03
611
### Added
712
+ Added GitHub Action release process
813
+ Added `subject` schema
914
+ Added `genotyping` schema
1015

16+
17+
[0.1.0b0]: https://github.com/datajoint/element-animal/compare/0.1.0a1...0.1.0b0
1118
[0.1.0a1]: https://github.com/datajoint/element-animal/releases/tag/0.1.0a1

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ There are two modules in `element-animal`:
66

77
See [Background](Background.md) for the background information and development timeline.
88

9+
10+
## Installation
11+
```
12+
pip install element-animal
13+
```
14+
15+
If you already have an older version of ***element-animal*** installed using `pip`, upgrade with
16+
```
17+
pip install --upgrade element-animal
18+
```
19+
920
## Element usage
1021

1122
+ `element-animal` is not a complete workflow by itself, but rather a modular design of tables and dependencies that can be flexibly attached to any DataJoint workflow.
@@ -22,3 +33,5 @@ See [Background](Background.md) for the background information and development t
2233

2334
### Genotyping Diagram
2435
![genotyping diagram](images/genotyping_diagram.svg)
36+
37+

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.0a1'
2+
__version__ = '0.1.0b0'

0 commit comments

Comments
 (0)