Skip to content

Commit

Permalink
Preparing release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Oct 14, 2013
1 parent 418f9dd commit 459d014
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
Changelog
=========

0.3 (unreleased)
0.3 (2013-10-14)
----------------

- Add Py3 Support
- Add Highchart Pie, Donut and lines
- Add test


0.2 (2013-07-26)
----------------

* Only display integer
* Add highcharts Columns chart
- Only display integer
- Add highcharts Columns chart

0.1 (2013-06-12)
----------------

* Add providers support.
* Add support for IE < 8.
* Add an example to the README.
* Adding the BaseLineChart view as well as an example of how to use it..
* Add a demo page for next_color.
* Init django-chartjs project.
- Add providers support.
- Add support for IE < 8.
- Add an example to the README.
- Adding the BaseLineChart view as well as an example of how to use it..
- Add a demo page for next_color.
- Init django-chartjs project.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,20 @@ def read_relative_file(filename):
setup(
name='django-chartjs',
version=read_relative_file('VERSION').strip(),
description="Django Chart.js ajax views",
description="Django Chart.js and Hightchart ajax views",
long_description=read_relative_file('README.rst'),
classifiers=['Development Status :: 3 - Alpha',
classifiers=['Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3'],
keywords='django chart chartjs ajax class based views',
keywords='django chart chartjs highchart ajax class based views',
author='Rémy Hubscher',
author_email='[email protected]',
url='https://github.com/novagile/django-chartjs',
url='https://github.com/novapost/django-chartjs',
license='BSD Licence',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 459d014

Please sign in to comment.