Skip to content

Commit a588542

Browse files
committed
what unit tests?
1 parent 50315ea commit a588542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aprscot/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def aprs_to_cot_xml(aprs_frame: dict, config: dict) -> ET.Element: # NOQA pylin
7373
contact = ET.Element("contact")
7474
contact.set("callsign", f"{callsign} (APRS)")
7575

76-
track = E.Element("track")
76+
track = ET.Element("track")
7777
track.set("course", "9999999.0")
7878

7979
detail = ET.Element("detail")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import setuptools
1414

1515
__title__ = "aprscot"
16-
__version__ = "5.0.4"
16+
__version__ = "5.0.5"
1717
__author__ = "Greg Albrecht W2GMD <oss@undef.net>"
1818
__copyright__ = "Copyright 2022 Greg Albrecht"
1919
__license__ = "Apache License, Version 2.0"

0 commit comments

Comments
 (0)