Skip to content

Commit

Permalink
bump version number 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Nov 8, 2021
1 parent a97c6bd commit 80784e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80784e3

Please sign in to comment.