- add Python 3.10 support - drop Python 3.6 support - add ``not_before`` restriction - support restrictions added by ``pypitoken`` in devpi-client 6.0.0
0.6.0
==================
- hide user permissions from help output, as they are disabled on the server side anyway - allow token to be used with basic authentication as username and no password, or as password with no username
0.5.0
==================
- ask for confirmation when using unknown permissions
- add option to write generated token to a file
- show list of known devpi-server permissions in help
- show helpful error when ``delta`` dependency is missing
- fix timezone issue in expiration calculation
- show human readable expiration if possible
0.4.0
==================
- unify command naming by using prefix
- add ``token-delete`` command
- add ``token-derive`` command
- add ``token-list`` command
- allow ``root`` or users from ``--restrict-modify`` to create tokens for other users, and with no expiration