Skip to content

Commit

Permalink
Merge pull request #3 from ttngu207/main
Browse files Browse the repository at this point in the history
beta 0 release
  • Loading branch information
shenshan authored May 7, 2021
2 parents 4b928a8 + 9a21069 commit 7e4e13e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

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

## [0.1.0b0] - 2021-05-07
### Added
+ First beta release


## [0.1.0a1] - 2021-05-03
### Added
+ Added GitHub Action release process
+ Added `session` schema


[0.1.0b0]: https://github.com/datajoint/element-session/compare/0.1.0a1...0.1.0b0
[0.1.0a1]: https://github.com/datajoint/element-session/releases/tag/0.1.0a1
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ DataJoint element for session management - U24 effort

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


## Installation
```
pip install element-session
```

If you already have an older version of ***element-session*** installed using `pip`, upgrade with
```
pip install --upgrade element-session
```


## Element usage

+ See the [workflow-calcium-imaging](https://github.com/datajoint/workflow-calcium-imaging)
Expand Down
2 changes: 1 addition & 1 deletion element_session/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = '0.1.0a1'
__version__ = '0.1.0b0'

0 comments on commit 7e4e13e

Please sign in to comment.