From d007ba44a0a1c69822f997bade1585c993bb579d Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Thu, 10 Dec 2015 21:43:36 +0000 Subject: [PATCH] v0.20.2 --- allel/__init__.py | 2 +- docs/release.rst | 5 ++++- release.txt | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/allel/__init__.py b/allel/__init__.py index a5cde3d4..cdd37bf7 100644 --- a/allel/__init__.py +++ b/allel/__init__.py @@ -28,4 +28,4 @@ except ImportError: pass -__version__ = '0.20.1' +__version__ = '0.20.2' diff --git a/docs/release.rst b/docs/release.rst index 944c6e97..e7b4f13a 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -1,10 +1,13 @@ Release notes ============= +v0.20.2 +------- + * Changed :func:`allel.util.hdf5_cache` to resolve issues with hashing and argument order (`#51 `_, - `#52 `_). + `#52 `_). v0.20.1 ------- diff --git a/release.txt b/release.txt index f4da5dd9..52bafc27 100644 --- a/release.txt +++ b/release.txt @@ -3,6 +3,7 @@ tox sed -i -e 's/.dev[0-9]*//' allel/__init__.py version=`grep __version__ allel/__init__.py | sed -e "s/.*__version__[ ]=[ ]'\(.*\)'/\1/"` echo $version +python setup.py build_ext --inplace # git commit and tag git commit -a -m v$version git tag -a v$version -m v$version