Skip to content

Commit 7e4e13e

Browse files
authored
Merge pull request #3 from ttngu207/main
beta 0 release
2 parents 4b928a8 + 9a21069 commit 7e4e13e

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
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 `session` schema
914

15+
16+
[0.1.0b0]: https://github.com/datajoint/element-session/compare/0.1.0a1...0.1.0b0
1017
[0.1.0a1]: https://github.com/datajoint/element-session/releases/tag/0.1.0a1

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ DataJoint element for session management - U24 effort
1010

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

13+
14+
## Installation
15+
```
16+
pip install element-session
17+
```
18+
19+
If you already have an older version of ***element-session*** installed using `pip`, upgrade with
20+
```
21+
pip install --upgrade element-session
22+
```
23+
24+
1325
## Element usage
1426

1527
+ See the [workflow-calcium-imaging](https://github.com/datajoint/workflow-calcium-imaging)

element_session/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)