v.1.3.7 (released September 8, 2019)
·
67 commits
to master
since this release
- #39: Removed artifact
print()
statement in variable name validator. - #40: Fixed bug in
checkers.is_type()
that would return false negatives when
evaluating anabc.ABCMeta
object (an Abstract Base Classtype
-equivalent
object) as opposed to an instance that inherits fromabc.ABCMeta
. - Added contributor list to documentation.