Skip to content

Commit fd64029

Browse files
committed
bump version to 1.14.3
1 parent a0d07b9 commit fd64029

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

distributed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
pass
1919

2020

21-
__version__ = '1.14.2'
21+
__version__ = '1.14.3'

release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.14.3 - November 13th, 2016
2+
----------------------------
3+
4+
* Remove custom Bokeh export tool that implicitly relied on nodejs #655
5+
* Clean up scheduler logging #657
6+
7+
18
1.14.2 - November 11th, 2016
29
----------------------------
310

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
requires.append('singledispatch')
1313

1414
setup(name='distributed',
15-
version='1.14.2',
15+
version='1.14.3',
1616
description='Distributed computing',
1717
url='https://distributed.readthedocs.io/en/latest/',
1818
maintainer='Matthew Rocklin',

0 commit comments

Comments
 (0)