File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,19 @@ Pending Release
6
6
7
7
.. Insert new release notes below this line
8
8
9
+ 2.0.2 (2021-01-13)
10
+ ------------------
11
+
12
+ * Fix the timeline display.
13
+
14
+ Thanks to Petr Dlouhý in
15
+ `PR #16 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/16 >`__.
16
+
9
17
2.0.1 (2020-04-29)
10
18
------------------
11
19
12
20
* Fix a possible ``ZeroDivisionError ``
13
- (`PR #15 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/15 `__).
21
+ (`PR #15 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/15 > `__).
14
22
15
23
2.0.0 (2019-09-30)
16
24
------------------
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'django-debug-toolbar-template-profiler' ,
6
- version = '2.0.1 ' ,
6
+ version = '2.0.2 ' ,
7
7
description = 'Displays template rendering time on the timeline' ,
8
8
long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
9
9
long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments