Skip to content

Commit 677eb9e

Browse files
committed
Version 2.1.0
1 parent 38314e2 commit 677eb9e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.rst

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

77
.. Insert new release notes below this line
88
9+
2.1.0 (2022-06-27)
10+
------------------
11+
12+
* Break temlate parsing timeline by separate nodes
13+
14+
Thanks to Petr Dlouhý in
15+
`PR #17 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/17>`__.
16+
17+
* Django 3.1 through 4.1 compatibility changes
18+
19+
Thanks to Steven Mapes in
20+
`PR #21 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/21>`__.
21+
922
2.0.2 (2021-01-13)
1023
------------------
1124

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.2',
6+
version='2.1.0',
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)