Skip to content

Commit

Permalink
Merge pull request #79 from pauldmccarthy/rel/1.6.1
Browse files Browse the repository at this point in the history
Rel/1.6.1
  • Loading branch information
pauldmccarthy authored May 25, 2021
2 parents 5ab02a3 + f4bba95 commit 5495e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# `indexed_gzip` changelog


## 1.6.0 (May 26th 2021)
## 1.6.1 (May 25th 2021)


* Tests requiring `nibabel` are now skipped, rather than causing failure.


## 1.6.0 (May 23rd 2021)


* Python 2.7 wheels for Windows are no longer being built (#71, 73).
Expand Down
2 changes: 1 addition & 1 deletion indexed_gzip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"""


__version__ = '1.6.0'
__version__ = '1.6.1'

0 comments on commit 5495e20

Please sign in to comment.