2.1.0
2.1.0
- NEW: Deprecate
version
andversion_info
in favor of the more standard__version__
and__version_info__
. - FIX: Fix issue where negated patterns would trigger before end of path.
- FIX: Fix
GLOBSTAR
regular expression pattern issues.
version
and version_info
in favor of the more standard __version__
and __version_info__
.GLOBSTAR
regular expression pattern issues.