Releases: pytest-dev/apipkg
Releases · pytest-dev/apipkg
v3.0.2
What's Changed
- GitHub Actions: Upgrade setup-python by @cclauss in #42
- Fix import path to make it vendoring-friendly by @jaimergp in #46
- remove py reference from tests by @RonnyPfannschmidt in #47
New Contributors
Full Changelog: v3.0.1...v3.0.2
v3.0.1: Merge pull request #41 from pytest-dev/fix-40-tox-ini-for-fedora
- restore tox.ini to support fedora packaging (fixes #40)
v3.0.0: Merge pull request #39 from pytest-dev/prepare-release-3.0
- drop dead python versions
- migrate to hatch
v2.1.1: Merge pull request #36 from pytest-dev/fix-29-drop-py34
drop py34 support mark to prepare 2.1.1
v2.1.0
What's Changed
- Fix race condition for import of modules which use apipkg in Python 3.3+ by @GlenWalker in #27
Full Changelog: v2.0.1...v2.1.0
v2.0.1: Merge pull request #26 from GlenWalker/update_changelog
Add changelog entries for 2.0.0 and 2.0.1
v2.0.0: Merge pull request #24 from pytest-dev/python-newer
expand python matrix
initial release candidate
fixes all issues and drops effect of pylib hacks