This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Releases: dropbox/groupy
Releases · dropbox/groupy
release/0.5.3
release/0.5.0
- Add Python 3 support
- Add mypy annotations (but not yet typeshed files)
- Improve coding style and reformat using black
release/0.4.2
Update to version 0.4.2 (#33)
release/0.3.1
- Add contacts field to returned Group metadata
release/0.1.0
- Support for Grouper API token validation
- Checkpoint checks now include checking the timestamp for correctness
- Fix bug in
BackendError.__str__()
which caused printing aBackendError
instance to itself raise an exception