Consensys / pythx

A Python library for the MythX smart contract security analysis platform
MIT License
32 stars 8 forks source link

Pin inflection to latest version 0.4.0 #136

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR pins inflection to the latest release 0.4.0.

Changelog ### 0.3.1 ``` Bug Fixes - Fixed trove classifiers not showing up on PyPI. - Fixed "human" pluralized as "humen" and not "humans". - Fixed "potato" pluralized as "potatos" and not "potatoes". ``` ### 0.3.0 ``` Features - Added `tableize()` function. ``` ### 0.2.1 ``` Features - Added Python 2, Python 3 and Python 3.4 trove classifiers. ``` ### 0.2.0 ``` Features - Added initial support for Python 3. BREAKING CHANGES - Dropped Python 2.5 support. ``` ### 0.1.2 ``` Features - Added Python 2.5 support. ``` ### 0.1.1 ``` Bug Fixes - Fixed some files not included in the distribution package. ``` ### 0.1.0 ``` Initial public release ```
Links - PyPI: https://pypi.org/project/inflection - Changelog: https://pyup.io/changelogs/inflection/ - Repo: https://github.com/jpvanhal/inflection