Skip to content

Commit

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

* Remove custom Bokeh export tool that implicitly relied on nodejs #655
* Clean up scheduler logging #657


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

0 comments on commit fd64029

Please sign in to comment.