We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d07b9 commit fd64029Copy full SHA for fd64029
distributed/__init__.py
@@ -18,4 +18,4 @@
18
pass
19
20
21
-__version__ = '1.14.2'
+__version__ = '1.14.3'
release-notes.md
@@ -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
8
1.14.2 - November 11th, 2016
9
----------------------------
10
setup.py
@@ -12,7 +12,7 @@
12
requires.append('singledispatch')
13
14
setup(name='distributed',
15
- version='1.14.2',
+ version='1.14.3',
16
description='Distributed computing',
17
url='https://distributed.readthedocs.io/en/latest/',
maintainer='Matthew Rocklin',
0 commit comments