Skip to content

Commit cbea554

Browse files
committed
bump version number
1 parent 6dc1567 commit cbea554

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

release_notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
- pykilosort pipeline: output correct version number / fix log file name
1212
### Release Notes 2.0.6 2021-09-14
1313
- extraction fixes: passive extraction spacers and camera times format
14-
- small bugfix for the sequential selection
14+
- small bugfix for the sequential selection
15+
### Release Notes 2.0.7 2021-09-15
16+
- ephys trials extraction: audio from FPGA: up-state and TTLs cleanup from camera wiring
17+
- passive extraction: improved spacers detection
18+
- ephyscellsqc: bugfix on probe creation for pykilosort subfolder
19+
- task version 6.2.5 specific audio extractor
20+
- camera times: index by video length when GPIO unstable
1521

1622
### Release Notes 2.0.0 2021-08-04
1723
- ONE2 released on the master branch

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='ibllib',
27-
version='2.0.6',
27+
version='2.0.7',
2828
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
2929
description='IBL libraries',
3030
license="MIT",

0 commit comments

Comments
 (0)