Skip to content

Commit b861a40

Browse files
committed
version bump and changelog update
1 parent b3d1b51 commit b861a40

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
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.2.0] - 2017-10-20
5+
## [2.2.1] - 2017-10-26
6+
### Fixed
7+
- presentation objects now added to setup.py
8+
9+
## [2.2.0] - 2017-10-26
610
### Added
711
- 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/)
812

plotly/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.0'
1+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)