Skip to content

Commit 377949e

Browse files
committed
Version bump (no-auto-load-schema) —> 1.13.0
1 parent 12bb30b commit 377949e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [1.13.0]
6+
### Added
7+
- Python 3.5 has been added as a tested environment for this package.
8+
69
### Updated
710
- `plotly.plotly.create_animations` and `plotly.plotly.icreate_animations` now return appropriate error messages if the response is not successful.
811

12+
### Changed
13+
- The plot-schema from `https://api.plot.ly/plot-schema` is no longer updated on import.
14+
915
## [1.12.12] - 2016-12-06
1016
### Updated
1117
- Updated `plotly.min.js` to version 1.20.5 for `plotly.offline`.

Diff for: plotly/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.12.12'
1+
__version__ = '1.13.0'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def readme():
2424
'Programming Language :: Python :: 2',
2525
'Programming Language :: Python :: 2.7',
2626
'Programming Language :: Python :: 3',
27-
'Programming Language :: Python :: 3.2',
2827
'Programming Language :: Python :: 3.3',
2928
'Programming Language :: Python :: 3.4',
29+
'Programming Language :: Python :: 3.5',
3030
'Topic :: Scientific/Engineering :: Visualization',
3131
],
3232
license='MIT',

0 commit comments

Comments
 (0)