Skip to content

Commit 06bb679

Browse files
committed
changelog and version bump
1 parent c5e95c4 commit 06bb679

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [2.1.1] - 2017-10-20
6+
### Added
7+
- NEW Presentations API for Python! Run `help(plotly.presentation_objs.Presentations)` for help or check out the new [documentation](https://plot.ly/python/presentations-api/)
8+
59
## [2.1.0] - 2017-10-10
610
### Updated
711
- Updated `plotly.min.js` to version 1.31.0.

plotly/version.py

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

0 commit comments

Comments
 (0)