diff --git a/release_notes.md b/release_notes.md index 7491cbc9d..d9056624c 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1,8 @@ ## Release Notes 2.3 +### Release Notes 2.3.1 2021-11-08 +- Trial wheel extraction: use alternative sync method when first on fails +- bugfix: timer for tasks was returning None + ### Release Notes 2.3.1 2021-11-5 - Add setup method in tasks.py into try except to catch globus download errors diff --git a/setup.py b/setup.py index 804ffe80c..3efad2ab8 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='ibllib', - version='2.3.1', + version='2.3.2', python_requires='>={}.{}'.format(*REQUIRED_PYTHON), description='IBL libraries', license="MIT",