Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eagmon committed Feb 1, 2024
1 parent 2b3bbdb commit e00bb6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.6.2
* (#236) Add data key to breakdown documents if missing

## v1.6.1
* (#234) Allow Numpy arrays to be deeply nested in Store schemas
* (#233) Fix some bugs in `emitter.py`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


VERSION = '1.6.1'
VERSION = '1.6.2'


if __name__ == '__main__':
Expand Down

0 comments on commit e00bb6c

Please sign in to comment.