Skip to content

Commit 4055557

Browse files
committed
Version 1.1.0
1 parent 7305b04 commit 4055557

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.pyc
22
django_debug_toolbar_template_profiler.egg-info
3+
build
34
dist

HISTORY.rst

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

77
.. Insert new release notes below this line
88
9+
1.1.0 (2019-09-06)
10+
------------------
11+
912
* Improve instrumentation to avoid interfering with other monkey patches on
1013
``Template.render()``
1114
(`Commit a961216 <https://github.com/node13h/django-debug-toolbar-template-profiler/commit/a96121620d48c0d8f2c8b4e6eaf18eb265a5b48e>`__).

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

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='1.0.2',
6+
version='1.1.0',
77
description='Displays template rendering time on the timeline',
88
long_description=open('README.rst', encoding='utf-8').read(),
99
author='Sergej Alikov',

0 commit comments

Comments
 (0)