Skip to content

Commit

Permalink
Merge pull request #34 from inventree/gettext-fix
Browse files Browse the repository at this point in the history
Fix import
  • Loading branch information
SchrodingersGat authored Mar 8, 2024
2 parents 5b4704d + 22358b3 commit 1d36bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inventree_brother/brother_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from brother_ql.labels import ALL_LABELS, FormFactor

# translation
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _

# printing options
from rest_framework import serializers
Expand Down
2 changes: 1 addition & 1 deletion inventree_brother/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information for the plugin"""

BROTHER_PLUGIN_VERSION = "0.8.1"
BROTHER_PLUGIN_VERSION = "0.8.2"

0 comments on commit 1d36bbe

Please sign in to comment.