Skip to content

Commit

Permalink
bumb version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeoLacruz committed Oct 19, 2024
1 parent cc7821d commit e0d1f3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.6.0"
ZEBRA_PLUGIN_VERSION = "0.7.0"
1 change: 0 additions & 1 deletion inventree_zebra/zebra_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def print_label(self, **kwargs):
# Send the label to the printer
if (connection == 'local'):
try:
pass
printer = open(interface, 'w')
printer.write(li.dumpZPL())
printer.close()
Expand Down

0 comments on commit e0d1f3d

Please sign in to comment.