Pywakeonlan Versions Save

A small python module for wake on lan.

3.1.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/remcohaszing/pywakeonlan/compare/3.0.0...3.1.0

3.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/remcohaszing/pywakeonlan/compare/2.1.0...3.0.0

2.1.0

2 years ago
  • Allow specifying a network interface.

2.0.1

3 years ago
  • Use poetry-core as build system.

2.0.0

3 years ago
  • Drop support for Python 2.
  • Add type annotations.

1.1.5

6 years ago
  • Include build artifacts in GitHub releases. [Remco Haszing]

  • Make changelog the body, not a file. [Remco Haszing]

  • Fix twine credentials. [Remco Haszing]

    Travis requires an explicit user and password, even though they have already been specified as environment variables.

1.1.3

6 years ago
  • Remove travis clone depth. [Remco Haszing]

    The changelog generation depends on this.

1.1.2

6 years ago
  • Fix last tag detection. [Remco Haszing]

1.1.1

6 years ago
  • Fix env var in travis config. [Remco Haszing]
  • Only deploy using one Python job. [Remco Haszing]

1.1.0

6 years ago
  • Remove support for Python 3.2 and 3.3. [Remco Haszing]

    These are not supported by setuptools-scm. This doesn’t mean the built wheel doesn’t work

  • Enable automatic changelog on GitHub releases. [Remco Haszing]

  • Replace url with multiple project urls. [Remco Haszing]

  • Update documentation. [Remco Haszing]

  • Add classifiers. [Remco Haszing]

  • Move coverage config into setup.cfg. [Remco Haszing]

    There are so many files in the project root.

  • Remove credentials from .travis.yml. [Remco Haszing]

    They may have been encrypted, but I still prefer not to keep them out in the open. Also the credentials have been revoked.

  • Test against multiple Python environments. [Remco Haszing]

  • Introduce setuptools-scm. [Remco Haszing]

  • Include LICENSE file. [Remco Haszing]

    Closes #4

  • Revert to MIT license. [Remco Haszing]

    This is OSI approved.

  • Add test for main. [Remco Haszing]

  • Actually fix coverage. [Remco Haszing]

  • Configure coverage to use xml. [Remco Haszing]

  • Fix typo. [Remco Haszing]

  • Add code coverage. [Remco Haszing]