Skip to content

Commit 9af744b

Browse files
committed
version bump —> 1.6.11 (NaN/Inf —> null in JSON)
Python uses extended JSON which allows for NaN, Infinity, -Infinity. This means that a `JSON.parse()` on one of our encoded JSON strings will fail. This is no longer the case.
1 parent d459929 commit 9af744b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.10'
1+
__version__ = '1.6.11'

0 commit comments

Comments
 (0)