We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b4704d + 22358b3 commit 1d36bbeCopy full SHA for 1d36bbe
inventree_brother/brother_plugin.py
@@ -11,7 +11,7 @@
11
from brother_ql.labels import ALL_LABELS, FormFactor
12
13
# translation
14
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
15
16
# printing options
17
from rest_framework import serializers
inventree_brother/version.py
@@ -1,3 +1,3 @@
1
"""Version information for the plugin"""
2
3
-BROTHER_PLUGIN_VERSION = "0.8.1"
+BROTHER_PLUGIN_VERSION = "0.8.2"
0 commit comments