Skip to content

Commit 6a7dfb4

Browse files
committed
update to 1.0.3
1 parent 90fd271 commit 6a7dfb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pyubxutils Release Notes
22

3+
### RELEASE 1.0.3
4+
5+
ENHANCEMENTS:
6+
7+
1. UBXSimulator now supports limited TTY (AT+) commands. `AT+ECHO=OK` and `AT+ECHO=Error` commands will simulate an `OK` or `Error` TTY response. An `AT+ECHO=xxxxxx` command will echo back the `xxxxxx` string.
8+
39
### RELEASE 1.0.2
410

511
FIXES:

src/pyubxutils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
:license: BSD 3-Clause
99
"""
1010

11-
__version__ = "1.0.2"
11+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)