Skip to content

Commit

Permalink
Preparing release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed May 6, 2020
1 parent 88fdb81 commit 5a4f1e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

2.1.0 (unreleased)
2.1.0 (2020-05-06)
------------------

- Nothing changed yet.
- Add get_dataset_options method.


2.0.0 (2020-01-17)
Expand Down
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
##############
Django Chartjs
##############

Expand Down Expand Up @@ -105,10 +104,10 @@ A simple Line Chart example.
line_chart = TemplateView.as_view(template_name='line_chart.html')
line_chart_json = LineChartJSONView.as_view()
3. Update urls.py with the new urls for TemplateView and AJAX call 'line_chart_json' as in chart.html
++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0.dev0
2.1.0

0 comments on commit 5a4f1e0

Please sign in to comment.