Skip to content

Commit d4f7fe0

Browse files
committed
Update version and changelog
1 parent 01ad1e8 commit d4f7fe0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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-
## [Unreleased] - 2023-06-23
6+
## [0.2.11] - 2023-06-29
77

88
+ Update - Improve kilosort triggering routine - better logging, remove temporary files, robust resumable processing
9+
+ Add - Null value for `package_version` to patch bug
910

1011
## [0.2.10] - 2023-05-26
1112

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.10"
2+
__version__ = "0.2.11"

0 commit comments

Comments
 (0)