Skip to content

Commit

Permalink
bump version to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Nov 11, 2016
1 parent dbb5c79 commit fcf5fa4
Show file tree
Hide file tree
Showing 3 changed files with 13 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.14.1'
__version__ = '1.14.2'
11 changes: 11 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.14.2 - November 11th, 2016
----------------------------

* Support more numpy dtypes in custom serialization, #627, #630, #636
* Update Bokeh plots #628
* Improve spill to disk heuristics #633
* Add Export tool to Task Stream plot
* Reverse frame order in loads for very many frames #651
* Add timeout when waiting on write #653


1.14.0 - November 3rd, 2016
---------------------------

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.14.1',
version='1.14.2',
description='Distributed computing',
url='https://distributed.readthedocs.io/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit fcf5fa4

Please sign in to comment.