Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 114fa49

Browse files
committed
bump up version
1 parent 9cb47ab commit 114fa49

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.3.1] - 2023-04-12
7+
8+
+ Add - pytest for new `QCmetric` tables.
9+
+ Add - `graphviz` in `requirements.txt`.
10+
+ Update - visualization notebook.
11+
612
## [0.3.0] - 2023-03-09
713

814
+ Add - Demo notebooks and capabilities using GitHub Codespaces
@@ -81,7 +87,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
8187

8288
+ Add - Version
8389

84-
[0.2.7]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.7
90+
[0.3.1]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.1
91+
[0.3.0]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.0
8592
[0.2.6]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.6
8693
[0.2.5]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.5
8794
[0.2.4]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.4

workflow_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Package metadata
33
Update the Docker image tag in `docker-compose.yaml` to match
44
"""
5-
__version__ = "0.3.0"
5+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)