We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version.py
1 parent 0174478 commit bfc0c0aCopy full SHA for bfc0c0a
CHANGELOG.md
@@ -3,6 +3,12 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
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
+
12
## [0.3.0] - 2023-10-25
13
14
+ Add - DevContainer for codespaces
element_array_ephys/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
2
-__version__ = "0.3.0"
+__version__ = "0.3.1"
0 commit comments