Skip to content

v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 21:18
· 2 commits to master since this release
50b35fe

Changes

Drop support for Python 2 馃槄

  • Remove six and other outdated dependencies #11 - thanks @iurisilvio 馃檶

Internal Stuff

Bring CI/CD alive and to GitHub workflows

  • Deprecate any use of Travis (was not running due to inactivity).
  • Auto-publish to (Test)PyPI on the push of tags.

Full list of changes

  • Fix deprecation warnings by @tomasaschan in #7
  • Support for daily dependencies checks with dependabot by @gaby in #10
  • Remove six and other outdated dependencies by @iurisilvio in #11
  • Tune test settings for test_multiprocess_speedup by @andhus in #13
  • Get codecov reporting up again by @andhus in #14
  • Remove travis badge by @andhus in #15
  • Remove ignore paths in workflows triggers by @andhus in #16
  • PyPI publishing workflow by @andhus in #17
  • Use tox-gh-actions by @iurisilvio in #19
  • [WIP] PyPI publishing workflow continued by @andhus in #18
  • Add back expected v prefix to version tags by @andhus in #20

New Contributors

Full Changelog: v0.0.1...v0.0.2