* Version numbering is now derived from the code repository tags via `hgtools <https://pypi.python.org/pypi/hgtools>`_. * Build and install now requires setuptools.
5.0.0
======
Features --------
- Require Python 3.8 or later.
Deprecations and Removals -------------------------
- Removed the pyfs backend, as it has eroded beyond repair. (49)
4.2.0
======
46: EncryptedFileKeyring now supports both pycryptodome and pycryptodomex (preferring the latter).
4.1.2
======
Updated to work with keyring 23.9+ (no longer depending on properties module).
4.1.1
======
Refresh package metadata.
Enrolled with Tidelift.
4.1
===
* Added preliminary support for loading keyring backends through ``setuptools entry points``, specifically "keyring backends".