Skip to content

Commit

Permalink
bump version to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Sep 13, 2016
1 parent b64fca2 commit 18d4b64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distributed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
pass


__version__ = '1.13.1'
__version__ = '1.13.2'
12 changes: 12 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.13.2
------

* Revert dask_worker to use fork rather than subprocess by default
* Scatter retains type information
* Bokeh always uses subprocess rather than spawn

1.13.1
------

* Fix critical Windows error with dask_worker executable

1.13.0
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires.append('singledispatch')

setup(name='distributed',
version='1.13.1',
version='1.13.2',
description='Distributed computing',
url='http://distributed.readthedocs.io/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit 18d4b64

Please sign in to comment.