v1.3
Issue #45 make a new release to really fix backwards compatibility
Issue #43 Please tag version 1.3
Commit 29c5c89 devainandor fixed Python 3 compatibility in pdtLocale_icu
Commit d7304f1 inean Fix support for 'now' when no modifiers are present
Commit 26bfc91 sashaacker Added parseDT method.
Commit 848deb4 rmecham Added support for dotted meridians.
Commit c821e08 ccho-sevenrooms corrected misspelling of 'thirteen'
many changes - amazing how hard it is to keep this file up to date when using GitHub.
Biggest change is the addition of the nlp() function by Geoffrey Floyd:
nlp() function that utilizes parse() after making judgements about
what datetime information belongs together. It makes logical groupings
based on proximity and returns a parsed datetime for each matched
grouping of datetime text, along with location info within the given inputString.