Added
- `AnnotatedTag`s, which are repo's Tags for versioning.
- Better error handling for > 300 error codes when creating resources.
Changed
- Removed `description` from the repr for `PullRequest`s.
- `PullRequest.get_all_by_repo_id()` now uses the super() method.
- Remove `Group`s override for __str__
- Removed `requested_by`, `build_repo`, `parameters`, `start_time`, `end_time` from Build's repr.
- Removed `is_main`, `is_protected`, `is_deleted` from branches attributes, they were buggy/not always present so removed.
---