Skip to content

Commit

Permalink
Update to version v0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Apr 12, 2015
1 parent d8e838a commit 916cddf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


0.13.8 - (2015-04-12)
---------------------

* fix scatterChart


0.13.7 - (2015-04-06)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion nvd3/__init__.py
Expand Up @@ -9,7 +9,7 @@
Project location : https://github.com/areski/python-nvd3
"""

__version__ = '0.13.7'
__version__ = '0.13.8'
__all__ = ['lineChart', 'pieChart', 'lineWithFocusChart',
'stackedAreaChart', 'multiBarHorizontalChart',
'linePlusBarChart', 'cumulativeLineChart',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -96,7 +96,7 @@ def find_package_data(where='.', package='',

setup(
name='python-nvd3',
version='0.13.7',
version='0.13.8',
description="Python NVD3 - Chart Library for d3.js",
long_description=read('README.rst'),
keywords='plot, graph, nvd3, d3',
Expand Down

0 comments on commit 916cddf

Please sign in to comment.