diff --git a/inventree_brother/brother_plugin.py b/inventree_brother/brother_plugin.py index 15d5b52..9bf559b 100644 --- a/inventree_brother/brother_plugin.py +++ b/inventree_brother/brother_plugin.py @@ -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 diff --git a/inventree_brother/version.py b/inventree_brother/version.py index 1237ccd..87637ba 100644 --- a/inventree_brother/version.py +++ b/inventree_brother/version.py @@ -1,3 +1,3 @@ """Version information for the plugin""" -BROTHER_PLUGIN_VERSION = "0.8.1" +BROTHER_PLUGIN_VERSION = "0.8.2"