Skip to content

1.2.1: Use ipaddress instead of ipaddr on Python 2. Packaging fixes.

Compare
Choose a tag to compare
@oschwald oschwald released this 10 Jun 16:14
· 432 commits to main since this release
  • This module now uses the ipaddress module for Python 2 rather than the
    ipaddr module. Users should notice no behavior change beyond the change
    in dependencies.
  • Removed requirements.txt from MANIFEST.in in order to stop warning
    during installation.
  • Added missing test data.