Skip to content

Commit

Permalink
Merge branch 'release/v0.13.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed May 3, 2015
2 parents 4583114 + 56d4cdb commit 364b1e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nvd3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Project location : https://github.com/areski/python-nvd3
"""

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

setup(
name='python-nvd3',
version='0.13.8',
version='0.13.9',
description="Python NVD3 - Chart Library for d3.js",
long_description=read('README.rst'),
keywords='plot, graph, nvd3, d3',
Expand Down
4 changes: 2 additions & 2 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sed -i -e "s/version='.*'/version='$1'/g" setup.py
#git commit docs nvd3/__init__.py -m "Update to version v$1"
git commit -a -m "Update to version v$1"
git flow release finish v$1
python setup.py sdist upload -r pypi
#python setup.py sdist upload -r pypi

git push origin develop; git push origin master; git push --tags
#git push origin develop; git push origin master; git push --tags

0 comments on commit 364b1e1

Please sign in to comment.