Skip to content

Commit

Permalink
bump version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jul 8, 2017
1 parent bfcbd99 commit 657317c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/release-procedure.md
Expand Up @@ -4,6 +4,8 @@ co-released. We may want to check their status while releasing

Release per project:

* Update release notes in docs/source/changelog.rst

* Tag commit

git tag -a x.x.x -m 'Version x.x.x'
Expand All @@ -19,6 +21,13 @@ Release per project:
twine upload dist/*

* Update conda recipe feedstock on `conda-forge <https://conda-forge.github.io/>`_.

* Update conda-smithy and run conda-smithy rerender

git clone git@github.com:conda-forge/distributed-feedstock
cd distributed-feedstock
conda install conda-smithy
conda-smithy rerender

* Get sha256 hash from pypi.org
* Update version number and hash in recipe
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
@@ -1,6 +1,16 @@
Changelog
=========

0.15.1 / 2017-07-08
-------------------

- Add storage_options to to_textfiles and to_csv (:pr:`2466`)
- Rechunk and simplify rfftfreq (:pr:`2473`), (:pr:`2475`)
- Better support ndarray subclasses (:pr:`2486`)
- Import star in dask.distributed (:pr:`2503`)
- Threadsafe cache handling with tokenization (:pr:`2511`)


0.15.0 / 2017-06-09
-------------------

Expand Down

0 comments on commit 657317c

Please sign in to comment.