Skip to content

Commit

Permalink
Merge pull request #178 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
Update CHANGELOG and `version.py`
  • Loading branch information
kushalbakshi authored Jan 4, 2024
2 parents 0174478 + bfc0c0a commit 6184b2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.3.1] - 2023-11-28
+ Update - Flowchart borders for consistency with other DataJoint Elements
+ Fix - `dj.config()` setup moved to `tutorial_pipeline.py` instead of `__init__.py`
+ Update - Elements installed directly from GitHub instead of PyPI
+ Update - Structure of the tutorial notebook

## [0.3.0] - 2023-10-25

+ Add - DevContainer for codespaces
Expand Down
2 changes: 1 addition & 1 deletion element_array_ephys/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 6184b2f

Please sign in to comment.