Skip to content

Commit 9d03350

Browse files
committed
Version bump, changelog
1 parent e01683c commit 9d03350

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.3] - Unreleased
7+
8+
+ Add - extras_require install options for nwb and development requirement sets
9+
+ Add - mkdocs notebook rendering
10+
+ Add - markdown linting and spellcheck config files, with implementation edits
11+
+ Update - license for 2023
12+
+ Update - blackify previous updates
13+
614
## [0.2.2] - 2022-01-11
715

816
+ Bugfix - Revert import order in `__init__.py` to avoid circular import error.
@@ -78,6 +86,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
7886
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
7987
2.0 - MS
8088

89+
[0.2.3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.3
8190
[0.2.2]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.2
8291
[0.2.1]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
8392
[0.2.0]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0

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.2.2"
2+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)