Skip to content

Commit 1d36bbe

Browse files
Merge pull request #34 from inventree/gettext-fix
Fix import
2 parents 5b4704d + 22358b3 commit 1d36bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inventree_brother/brother_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from brother_ql.labels import ALL_LABELS, FormFactor
1212

1313
# translation
14-
from django.utils.translation import ugettext_lazy as _
14+
from django.utils.translation import gettext_lazy as _
1515

1616
# printing options
1717
from rest_framework import serializers

inventree_brother/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for the plugin"""
22

3-
BROTHER_PLUGIN_VERSION = "0.8.1"
3+
BROTHER_PLUGIN_VERSION = "0.8.2"

0 commit comments

Comments
 (0)