Skip to content

Commit 9d31490

Browse files
committed
Version 2.0.1
1 parent 8d3dbc6 commit 9d31490

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Pending Release
66

77
.. Insert new release notes below this line
88
9+
2.0.1 (2020-04-29)
10+
------------------
11+
12+
* Fix a possible ``ZeroDivisionError``
13+
(`PR #15 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/15`__).
14+
915
2.0.0 (2019-09-30)
1016
------------------
1117

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
setup(
55
name='django-debug-toolbar-template-profiler',
6-
version='2.0.0',
6+
version='2.0.1',
77
description='Displays template rendering time on the timeline',
88
long_description=open('README.rst', encoding='utf-8').read(),
9+
long_description_content_type="text/x-rst",
910
author='Sergej Alikov',
1011
author_email='[email protected]',
1112
maintainer='Adam Johnson',

0 commit comments

Comments
 (0)