Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Mar 11, 2024
1 parent d696ffd commit b5faea3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='zebra_day',
version='0.3.7',
version='0.3.8',
description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.',
author='John Major',
author_email='john@daylilyinformatics.com',
Expand Down
2 changes: 1 addition & 1 deletion zebra_day.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zebra-day
Version: 0.3.6
Version: 0.3.7
Summary: A Python library to manage a zebra printer fleet and an api for ZPL print requests.
Home-page: https://github.com/Daylily-Informatics/zebra_day
Author: John Major
Expand Down
1 change: 1 addition & 0 deletions zebra_day.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ zebra_day/etc/label_styles/corners_smallTube.zpl
zebra_day/etc/label_styles/corners_unspecifiedDimensions.zpl
zebra_day/etc/label_styles/generic_2inX1in.zpl
zebra_day/etc/label_styles/plate_1inX0.25in.zpl
zebra_day/etc/label_styles/plate_1inX0.25inHD.zpl
zebra_day/etc/label_styles/smallTubeWdotHD_prod.zpl
zebra_day/etc/label_styles/smallTubeWdot_corners.zpl
zebra_day/etc/label_styles/smallTubeWdot_prod.zpl
Expand Down
2 changes: 1 addition & 1 deletion zebra_day/etc/label_styles/smallTubeWdot_prodAlt1b.zpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
^XA
^FO520,60^A0N,26,26^FD{alt_b}^FS
^FO250,50^A0N,26,26^FD{alt_b}^FS
^XZ
10 changes: 5 additions & 5 deletions zebra_day/etc/label_styles/smallTubeWdot_prodV2.zpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
^XA
^FO250,15^A0N,32,32^FD{alt_a}^FS
^FO250,70^A0N,16,16^FD{uid_barcode}^FS
^FO250,100^BY1^BCN,50,N,N,N^FD{uid_barcode}^FS
^FO535,50
^FO350,15^A0N,32,32^FD{alt_a}^FS
^FO350,50^A0N,16,16^FD{uid_barcode}^FS
^FO350,70^BY1^BCN,50,N,N,N^FD{uid_barcode}^FS
^FO265,30
^BXN,3,200
^FD{uid_barcode}^FS
^XZ
^XZ

0 comments on commit b5faea3

Please sign in to comment.