Skip to content

Commit 49d4ca3

Browse files
committed
Add changelog
1 parent 740f8ce commit 49d4ca3

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

HISTORY.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
History
2+
-------
3+
4+
Pending Release
5+
---------------
6+
7+
.. Insert new release notes below this line
8+
9+
* Improve instrumentation to avoid interfering with other monkey patches on
10+
``Template.render()``
11+
(`Commit a961216 <https://github.com/node13h/django-debug-toolbar-template-profiler/commit/a96121620d48c0d8f2c8b4e6eaf18eb265a5b48e>`__).
12+
* Prevent installation with django-debug-toolbar 2.0+ since the panel is not
13+
currently compatible
14+
(`Commit f0b8b50 <https://github.com/node13h/django-debug-toolbar-template-profiler/commit/f0b8b50da92e160fcf878c4deabb598b2e901dd3>`__).
15+
* Instrument Jinja2 templates
16+
(`PR #5 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/5>`__).
17+
18+
1.0.2 (2017-05-03)
19+
------------------
20+
21+
* Add Python 3 trove classifier
22+
(`PR #4 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/4>`__).
23+
* Fix GitHub URL
24+
(`PR #2 <https://github.com/node13h/django-debug-toolbar-template-profiler/pull/2>`__).
25+
26+
Prior history can be seen on the `GitHub master
27+
history <https://github.com/node13h/django-debug-toolbar-template-profiler/commits/master>`__.

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
author='Sergej Alikov',
1010
author_email='[email protected]',
1111
url='https://github.com/node13h/django-debug-toolbar-template-profiler',
12-
download_url='https://pypi.python.org/pypi/django-debug-toolbar-template-profiler',
12+
project_urls={
13+
"Changelog": "https://github.com/node13h/django-debug-toolbar-template-profiler/blob/master/HISTORY.rst"
14+
},
1315
license='Simplified BSD License',
1416
packages=find_packages(),
1517
install_requires=[

0 commit comments

Comments
 (0)