Skip to content

Commit 5d4e06b

Browse files
committed
Version 2.0.2
1 parent f99d0f7 commit 5d4e06b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

HISTORY.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ Pending Release
66

77
.. Insert new release notes below this line
88
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+
917
2.0.1 (2020-04-29)
1018
------------------
1119

1220
* 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>`__).
1422

1523
2.0.0 (2019-09-30)
1624
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-debug-toolbar-template-profiler',
6-
version='2.0.1',
6+
version='2.0.2',
77
description='Displays template rendering time on the timeline',
88
long_description=open('README.rst', encoding='utf-8').read(),
99
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)