diff --git a/README.md b/README.md index 04343f0..3596086 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,8 @@ If you are migrating to version 5.0.0 or above from an earlier version, please c ## Usage -We support all the endpoints available in our API. +We support the following endpoints available in our API. -* `oauth2` (deprecated, use `access_token` instead) -* `accounts` (deprecated) * `broadcasts` * `events` * `features` diff --git a/predicthq/version.py b/predicthq/version.py index 98886d2..15cf135 100644 --- a/predicthq/version.py +++ b/predicthq/version.py @@ -1 +1 @@ -__version__ = "5.2.1" +__version__ = "5.2.2"