Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Dec 30, 2023
1 parent 035f34d commit 14ee9d9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 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.2',
version='0.3.4',
description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.',
author='John Major',
author_email='[email protected]',
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.1
Version: 0.3.2
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 @@ -52,6 +52,7 @@ zebra_day/etc/label_styles/tube_2inX0.5inHD.zpl
zebra_day/etc/label_styles/tube_2inX1in.zpl
zebra_day/etc/label_styles/tube_2inX1inHD.zpl
zebra_day/etc/label_styles/tmps/tmp_zpl_templates.here
zebra_day/files/hold
zebra_day/logs/print_requests.log
zebra_day/static/datschund.css
zebra_day/static/datschund.png
Expand Down
8 changes: 8 additions & 0 deletions zebra_day/etc/label_styles/smallTubeWdotHD_prod.zpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
^XA
^FO395,23^BY1.5^BCN,75,N,N,N^FD{uid_barcode}^FS
^FO395,105^A0N,48,48^FD{uid_barcode}^FS
^FO395,150^A0N,48,48^FD{alt_a}^FS
^FO815,75
^BXN,4.5,300
^FD{uid_barcode}^FS
^XZ

0 comments on commit 14ee9d9

Please sign in to comment.