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 d688f05 commit 85740b1Copy full SHA for 85740b1
debug_toolbar_line_profiler/panel.py
@@ -8,7 +8,7 @@
8
from six import PY2
9
10
from django.urls import resolve
11
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
12
from django.utils.safestring import mark_safe
13
try:
14
from django.utils.six.moves import cStringIO
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django-debug-toolbar-line-profiling',
5
- version='0.7.2',
+ version='0.7.3',
6
description='A panel for django-debug-toolbar that integrates ' +
7
'information from line_profiler',
long_description=open('README.rst').read(),
0 commit comments