Skip to content

Commit 7bdfa09

Browse files
authored
Merge pull request #152 from karlacio/patch-1
Update index.rst
2 parents 1fa47fc + d6e9d46 commit 7bdfa09

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGES.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Release 1.6.0
88

99
--------------------
1010

11-
1211
Release 1.5.1
1312
=========================================
1413

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Hello World, and Basic Usage
289289
# EXAMPLE 1.
290290
# Using dicts
291291
my_chart.title = {
292-
'align': 'center'
292+
'align': 'center',
293293
'floating': True,
294294
'text': 'The Title for My Chart',
295295
'use_html': False,

highcharts_core/__version__.py

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

0 commit comments

Comments
 (0)