Skip to content

Commit

Permalink
v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Dec 10, 2015
1 parent 9f44ae4 commit d007ba4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion allel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
except ImportError:
pass

__version__ = '0.20.1'
__version__ = '0.20.2'
5 changes: 4 additions & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Release notes
=============

v0.20.2
-------

* Changed :func:`allel.util.hdf5_cache` to resolve issues with hashing and
argument order
(`#51 <https://github.com/cggh/scikit-allel/issues/51>`_,
`#52 <https://github.com/cggh/scikit-allel/issues/52>`_).
`#52 <https://github.com/cggh/scikit-allel/issues/52>`_).

v0.20.1
-------
Expand Down
1 change: 1 addition & 0 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d007ba4

Please sign in to comment.