Releases: arcivanov/pypi-cleanup
Releases · arcivanov/pypi-cleanup
Release v0.1.8
What's Changed
- Add multi-package delete capabilities by @arcivanov in #39
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
What's Changed
- Add User-Agent "pypi-cleanup/ (requests/)" to the request headers by @arcivanov in #35
- Add ability to delete all versions except the most recent one by @arcivanov in #36
- Release v0.1.7 by @arcivanov in #37
Full Changelog: v0.1.6...v0.1.7
Release v0.1.6
What's Changed
- Fix timezone constant reference in Python 3.8 by @arcivanov in #29
- Files may contain both dashes and underscores, so compare them with both by @arcivanov in #32
- Release 0.1.6 by @arcivanov in #30
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Switch to PEP 691 for version and release information by @arcivanov in #25
- Release 0.1.5 by @arcivanov in #26
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
What's Changed
- adding filtering by date and config parsing by @behrisch in #20
- Release 0.1.4 by @arcivanov in #22
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3: Merge pull request #18 from arcivanov/release_0.1.3
v0.1.2: Release 0.1.2
Fix a bug allowing to handle forms with no action