Skip to content

1.0.0

Compare
Choose a tag to compare
@remcohaszing remcohaszing released this 25 Mar 14:33
· 92 commits to main since this release
d4aabd3
  • Bump to version 1.0.0. [Remco Haszing]

  • Setup automatic deployments. [Remco Haszing]

  • Add read the docs badge. [Remco Haszing]

  • Configure readthedocs. [Remco Haszing]

  • Fix console_scripts. [Remco Haszing]

  • Set type of port to int. [Raghu Rajagopalan]

  • Bump requirements and fix build. [Remco Haszing]

  • Work around bug in mock with autospec=True. [Remco Haszing]

    See testing-cabal/mock#323

  • Add some minimal tests. [Remco Haszing]

  • Remove MANIFEST.in. [Remco Haszing]

    It's not needed.

  • Use single module for wakeonlan. [Remco Haszing]

    There's no need to nest the module as wakeonlan.wol.

    This is a breaking change.

  • Replace script with console script. [Remco Haszing]

    wol.py can now be used as a standalone script as well.

  • Setup travis, tox and flake8. [Remco Haszing]

  • Merge pull request #3 from vasily-v-ryabov/master. [Remco Haszing]

    Repeat dst MAC address 16 times according to the specification.

  • Repeat dst MAC address 16 times according to the specification.
    [Vasily Ryabov]