Skip to content

Commit bfc0c0a

Browse files
committed
CHANGELOG and version.py updated
1 parent 0174478 commit bfc0c0a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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-11-28
7+
+ Update - Flowchart borders for consistency with other DataJoint Elements
8+
+ Fix - `dj.config()` setup moved to `tutorial_pipeline.py` instead of `__init__.py`
9+
+ Update - Elements installed directly from GitHub instead of PyPI
10+
+ Update - Structure of the tutorial notebook
11+
612
## [0.3.0] - 2023-10-25
713

814
+ Add - DevContainer for codespaces

element_array_ephys/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.3.0"
2+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)