Skip to content

Commit e6827f7

Browse files
committed
version bump
1 parent b1e078a commit e6827f7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='opensextant',
17-
version='1.6.5',
17+
version='1.6.6',
1818

1919
description='OpenSextant APIs and Utilities',
2020
long_description=long_description,

src/main/python/tests/test_xcoord.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
dms = ["'18 51.1S 34 38.8W'",
1111
"08 00.4S 30 35.2W", # DM
12-
"08.00.4S 30.35.2W" # DMS pattern
12+
"08.00.4S 30.35.2W", # DMS pattern
13+
"08\n00.4S 30 35.2W",
1314
]
1415
for text in dms:
1516
matches = tester.extract(text)

0 commit comments

Comments
 (0)