File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ Unreleased]
5
+ ## [ 1.13.0]
6
+ ### Added
7
+ - Python 3.5 has been added as a tested environment for this package.
8
+
6
9
### Updated
7
10
- ` plotly.plotly.create_animations ` and ` plotly.plotly.icreate_animations ` now return appropriate error messages if the response is not successful.
8
11
12
+ ### Changed
13
+ - The plot-schema from ` https://api.plot.ly/plot-schema ` is no longer updated on import.
14
+
9
15
## [ 1.12.12] - 2016-12-06
10
16
### Updated
11
17
- Updated ` plotly.min.js ` to version 1.20.5 for ` plotly.offline ` .
Original file line number Diff line number Diff line change 1
- __version__ = '1.12.12 '
1
+ __version__ = '1.13.0 '
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ def readme():
24
24
'Programming Language :: Python :: 2' ,
25
25
'Programming Language :: Python :: 2.7' ,
26
26
'Programming Language :: Python :: 3' ,
27
- 'Programming Language :: Python :: 3.2' ,
28
27
'Programming Language :: Python :: 3.3' ,
29
28
'Programming Language :: Python :: 3.4' ,
29
+ 'Programming Language :: Python :: 3.5' ,
30
30
'Topic :: Scientific/Engineering :: Visualization' ,
31
31
],
32
32
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments