Skip to content

Commit 5a4f1e0

Browse files
committed
Preparing release 2.1.0
1 parent 88fdb81 commit 5a4f1e0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Changelog
22
=========
33

4-
2.1.0 (unreleased)
4+
2.1.0 (2020-05-06)
55
------------------
66

7-
- Nothing changed yet.
7+
- Add get_dataset_options method.
88

99

1010
2.0.0 (2020-01-17)

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
##############
21
Django Chartjs
32
##############
43

@@ -105,10 +104,10 @@ A simple Line Chart example.
105104
106105
line_chart = TemplateView.as_view(template_name='line_chart.html')
107106
line_chart_json = LineChartJSONView.as_view()
108-
107+
109108
110109
3. Update urls.py with the new urls for TemplateView and AJAX call 'line_chart_json' as in chart.html
111-
++++++++++++++++++++++++++++
110+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
112111

113112
.. code-block:: python
114113

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0.dev0
1+
2.1.0

0 commit comments

Comments
 (0)