We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e078a commit e6827f7Copy full SHA for e6827f7
2 files changed
src/main/python/setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='opensextant',
17
- version='1.6.5',
+ version='1.6.6',
18
19
description='OpenSextant APIs and Utilities',
20
long_description=long_description,
src/main/python/tests/test_xcoord.py
@@ -9,7 +9,8 @@
9
10
dms = ["'18 51.1S 34 38.8W'",
11
"08 00.4S 30 35.2W", # DM
12
- "08.00.4S 30.35.2W" # DMS pattern
+ "08.00.4S 30.35.2W", # DMS pattern
13
+ "08\n00.4S 30 35.2W",
]
for text in dms:
matches = tester.extract(text)
0 commit comments