Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'