From 1596813b85be24c5b0b5ed58dba1f8bd21dec690 Mon Sep 17 00:00:00 2001 From: Paul McCarthy Date: Tue, 25 May 2021 09:52:42 +0100 Subject: [PATCH 1/2] MNT: version --- indexed_gzip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexed_gzip/__init__.py b/indexed_gzip/__init__.py index 42c72f07..cff72e1e 100644 --- a/indexed_gzip/__init__.py +++ b/indexed_gzip/__init__.py @@ -19,4 +19,4 @@ """ -__version__ = '1.6.0' +__version__ = '1.6.1' From f4bba95a671c8a8c8b16a61b002b04405dba4d20 Mon Sep 17 00:00:00 2001 From: Paul McCarthy Date: Tue, 25 May 2021 09:52:49 +0100 Subject: [PATCH 2/2] DOC: changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e120df..15099f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).