We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46dadb commit f1a2cadCopy full SHA for f1a2cad
HISTORY.rst
@@ -6,6 +6,9 @@ Pending Release
6
7
.. Insert new release notes below this line
8
9
+2.0.0 (2019-09-30)
10
+------------------
11
+
12
* Upgrade to support django-debug-toolbar 2.0+.
13
14
1.1.0 (2019-09-06)
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='django-debug-toolbar-template-profiler',
- version='1.1.0',
+ version='2.0.0',
description='Displays template rendering time on the timeline',
long_description=open('README.rst', encoding='utf-8').read(),
author='Sergej Alikov',
0 commit comments