Skip to content

Commit

Permalink
bump version to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jan 9, 2018
1 parent e74161c commit 1f56745
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ Release per project:
python setup.py sdist bdist_wheel --universal
twine upload dist/*

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

* Update conda-smithy and run conda-smithy rerender

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

* Get sha256 hash from pypi.org
* Update version number and hash in recipe
* Check dependencies
* Do the same for the dask-feedstock meta-package
22 changes: 21 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
Changelog
=========

0.16.X / 2017-12-DD

0.16.2 / 2018-MM-DD
-------------------

Array
+++++


DataFrame
+++++++++


Bag
+++


Core
++++


0.16.1 / 2018-01-09
-------------------

Array
Expand Down

0 comments on commit 1f56745

Please sign in to comment.