Skip to content

Commit

Permalink
Release 21.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Mar 10, 2021
1 parent e069296 commit f470c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# [21.0.2] - 2021-03-10
- fix up `populate_osf_suids` with more useful messaging
- improve "central node" guessing to handle old osf data on prod

# [21.0.2] - 2021-03-09
- speed up `populate_osf_suids` -- exclude `NormalizedData` with null `raw`,
since they'll be ignored anyway
Expand Down
2 changes: 1 addition & 1 deletion share/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '21.0.2'
__version__ = '21.0.3'

0 comments on commit f470c98

Please sign in to comment.