Skip to content

Commit

Permalink
Merge tag 'v0.13.6' into develop
Browse files Browse the repository at this point in the history
release/v0.13.6
  • Loading branch information
areski committed Apr 6, 2015
2 parents d373d1a + b4bcf1b commit a9ef3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5'
__version__ = '0.13.6'
__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.5',
version='0.13.6',
description="Python NVD3 - Chart Library for d3.js",
long_description=read('README.rst'),
keywords='plot, graph, nvd3, d3',
Expand Down

0 comments on commit a9ef3a6

Please sign in to comment.