Skip to content

Commit 265f7dd

Browse files
authored
Merge pull request #1063 from int-brain-lab/3.4.3
add version/changelog
2 parents 1efe455 + 7bba636 commit 265f7dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [3.4.2] 2025-11-24
10-
9+
## [3.4.3] 2025-11-25
10+
## [3.4.2] 2025-11-24 YANKED
1111
### Fixed
1212
- public method to create insertions in `ibllib.ephys.spikes`
1313
-

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import warnings
44
import os
55

6-
__version__ = '3.4.2'
6+
__version__ = '3.4.3'
77
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')
88

99
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev

0 commit comments

Comments
 (0)