-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added - Add `events` and `assertions` attributes to OBF provider - Add `read` method for `events` and `assertions` attributes of OBF provider Changed - Change providers methods to be asynchronous [BC] - Return a `BadgeIssue` instance in the `issue` method [BC] - Move badges methods to a `badges` attribute of OBF provider [BC] - Change from `requests` to `httpx` for API requests
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""OBC: the Open Badge Client.""" | ||
|
||
__version__ = "0.2.1" | ||
__version__ = "1.0.0" |