Skip to content

Commit 45b4be4

Browse files
committed
update version and changelog
1 parent 41378b7 commit 45b4be4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
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] - TBA
5+
## [2.2.3] - 2017-12-04
66
### Added
77
-`column_width` and `row_width` parameters for `plotly.tools.make_subplots`. Call `help(plotly.tools.make_subplots)` for documentation.
8+
### Updated
9+
- Updated `plotly.min.js` to version 1.31.2.
10+
- Fixes include adjustments to `table` trace for offline plotting.
11+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1312----2017-10-23) for additional information regarding the updates.
812

913
## [2.2.2] - 2017-11-23
1014
### Added
11-
- bullet chart figure factory. Call `help(plotly.figure_factory.create_bullet)` for examples and how to get started making bullet charts with the API.
15+
- Bullet chart figure factory. Call `help(plotly.figure_factory.create_bullet)` for examples and how to get started making bullet charts with the API.
1216

1317
## [2.2.1] - 2017-10-26
1418
### Fixed
15-
- presentation objects now added to setup.py
19+
- Presentation objects now added to setup.py
1620

1721
## [2.2.0] - 2017-10-26
1822
### Added

plotly/version.py

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

0 commit comments

Comments
 (0)