Release 1.11.0
Additions in this release:
- New class
CaseFoldSet
, which is similar toCaseFoldDict
but is (as its name implies) a set instead of a dict.
Changes in this release:
- Fixed a bug in the class documentation in the
README.md
file. - Add missing dependency for twine in
requirements-dev.txt
- Use lazy
import
s in more places, for faster load times.