Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Oct 29, 2023
1 parent e33d222 commit 7f6888b
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 218 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.2.1',
version='0.2.2',
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
4 changes: 2 additions & 2 deletions tests/test_setup_printers_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_printers_clear_reset():
'print_method': 'generate png',
'model': 'na',
'serial': 'na',
'arp_data': ''}}}}
'arp_data': 'na'}}}}


def test_manipulating_printers_json():
Expand Down Expand Up @@ -58,7 +58,7 @@ def test_manipulating_printers_json():
'print_method': 'generate png',
'model': 'na',
'serial': 'na',
'arp_data': ''}}}}
'arp_data': 'na'}}}}


os.system(f"rm {tmp_json}")
Loading

0 comments on commit 7f6888b

Please sign in to comment.