Skip to content

Commit

Permalink
Compatibility with latest django
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeoLacruz committed Mar 5, 2024
1 parent 9b10ed2 commit a42f5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inventree_zebra/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ZEBRA_PLUGIN_VERSION = "0.5.1"
ZEBRA_PLUGIN_VERSION = "0.5.2"
2 changes: 1 addition & 1 deletion inventree_zebra/zebra_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Supports direct printing of labels on label printers
"""
# translation
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from django.core.validators import MinValueValidator
from django.core.validators import MaxValueValidator

Expand Down

0 comments on commit a42f5d6

Please sign in to comment.