Skip to content

Commit cebe592

Browse files
committed
changelog and version number
1 parent ad0d01d commit cebe592

File tree

4 files changed

+9
-71
lines changed

4 files changed

+9
-71
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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] UNRELEASED
10+
11+
### Fixed
12+
- public method to create insertions in `ibllib.ephys.spikes`
13+
-
14+
### Added
15+
- CI now uses ruff instead of flake8 to enforce linting
916

1017
## [3.4.1] 2025-07-02
1118

@@ -14,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1421
- SpikeSortingLoader takes into account revisions
1522
- There is a specific test for `spikeinterface` CI in our integration tests
1623

17-
1824
## Release Note 3.4.0
1925

2026
### features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See https://docs.internationalbrainlab.org/09_contribution.html
2727
We use Semantic Versioning.
2828

2929
Before committing to your branch:
30-
- check formating `flake8`
30+
- check formating `ruff check`
3131
- run tests `python -m unittest discover`
3232

3333
Pull request to `develop` or `main`.

gitflow_checklist.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

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.1'
6+
__version__ = '3.4.2'
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)