Releases: ewjoachim/pypitoken
Releases · ewjoachim/pypitoken
7.0.1
What's Changed
- Add type check for when user sends a string instead of an iterable of strings (Thanks @miketheman) #230
- Dependabot: #199, #202, #201, #206, #203, #207, #204, #208, #209, #210, #213, #212, #216, #215, #218, #222, #224, #227, #226, #225
- pre-commit: #200, #205, #214, #217, #219, #221, #233
Full Changelog: 7.0.0...7.0.1
Drop Python 3.7
- Drop py3.7, upgrade deps (#197)
- Update black, dunamai, furo, mypy, pytest, pytest-cov, pytest-mock, requests, sphinx-autodoc-typehints, sphinx-github-changelog, typing-extensions (#160, #161, #162, #163, #164, #165, #166, #167, #168, #170, #171, #172, #173, #174, #175, #178, #179, #180, #181, #182, #183, #185, #186, #188, #190, #193, #194)
- [pre-commit.ci] pre-commit autoupdates (#192, #189, #187, #184, #177, #176)
Fix badge
6.0.2: Fix DateRestriction
- Fix order of timestamps in DateRestriction (#158)
Internal Upgrades
- Bump dunamai from 1.13.2 to 1.15.0, pytest from 7.2.0 to 7.2.1, furo from 2022.9.29 to 2022.12.7, black from 22.10.0 to 22.12.0, isort from 5.10.1 to 5.11.4, sphinx-autodoc-typehints from 1.20.1 to 1.21.0, sphinx-autodoc-typehints from 1.19.5 to 1.20.1, jsonschema from 4.17.0 to 4.17.3, certifi from 2022.9.24 to 2022.12.7 (#151, #152, #153, #154, #155, #149, #147, #140, #142)
- [pre-commit.ci] pre-commit autoupdate (#150, #148, #145, #144, #143, #141, #139, #136)
Kudos:
@fschulze for finding the bug
6.0.1: switch do to Furo
- Furo documentation (#134)
6.0.0: New restriction format, and breaking changes
Breaking Changes !
- Add new format for restrictions (#133)
See https://pypitoken.readthedocs.io/en/latest/howto.html#version-6-x-upgrade for details on how to upgrade from a previous version.
Other changes
5.0.0: Remove support for Python 3.6, add 3.10
- Remove deprecated Python 3.6, add Python 3.10 (#95)
4.0.0: Add DateRestrictions
3.0.7
Fix deployment again
3.0.6
Fix deployment