Releases: Infinidat/munch
Releases · Infinidat/munch
4.0.0
3.0.0
- BREAKING CHANGE: Require Python >=3.6 and upgrade syntax - thanks @EwoutH
- Fix munchify for tuples of lists
- Update init.py to work with non standard version - thanks @mboisson
- Allow importing even when VERSION read fails - thanks @mdornseif and @dangillet
- Add imports to README
- replace pkg_resources with importlib.metadata - thanks @dhellmann
- Added RecursiveMunch object - thanks @GuillaumeRochette