Skip to content

Commit 8b2c162

Browse files
committed
Bump version, release notes
1 parent d9fd5c2 commit 8b2c162

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
### Release Notes 2.1.2 2021-10-14
1010
- Fix issue with RawEphysQC that was not looking in local Subjects folder for data
1111
- Fix ensure_required_data in DlcQc
12+
### Release Notes 2.1.3 2021-10-19
13+
- Split jobs.py run function in two, one running large tasks (video compression, dlc, spike sorting), one the rest
14+
- Ensure RawEphysQC runs both probes if one fails
1215

1316
## Release Notes 2.0
1417
### Release Notes 2.0.1 2021-08-07

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.1.2',
27+
version='2.1.3',
2828
python_requires='>={}.{}'.format(*REQUIRED_PYTHON),
2929
description='IBL libraries',
3030
license="MIT",

0 commit comments

Comments
 (0)