Skip to content

Commit

Permalink
what unit tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Mar 30, 2022
1 parent 50315ea commit a588542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aprscot/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def aprs_to_cot_xml(aprs_frame: dict, config: dict) -> ET.Element: # NOQA pylin
contact = ET.Element("contact")
contact.set("callsign", f"{callsign} (APRS)")

track = E.Element("track")
track = ET.Element("track")
track.set("course", "9999999.0")

detail = ET.Element("detail")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import setuptools

__title__ = "aprscot"
__version__ = "5.0.4"
__version__ = "5.0.5"
__author__ = "Greg Albrecht W2GMD <[email protected]>"
__copyright__ = "Copyright 2022 Greg Albrecht"
__license__ = "Apache License, Version 2.0"
Expand Down

0 comments on commit a588542

Please sign in to comment.