From 7a6642625b809808bbfed5066ac72699e07e3764 Mon Sep 17 00:00:00 2001 From: Eric Mesa <ericsbinaryworld@gmail.com> Date: Fri, 14 May 2021 19:22:56 -0400 Subject: [PATCH] forgot to change the version number --- changelog.md | 1 - eldonationtracker/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 40b0818..007fd02 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,5 @@ #v6.0.2 ## Release Notes -The API changed and Donor Direct now provides the "http:" part of the Particpant and Team Avatars. ### User-Facing Changes None diff --git a/eldonationtracker/__init__.py b/eldonationtracker/__init__.py index 6da0bd6..3f723c0 100644 --- a/eldonationtracker/__init__.py +++ b/eldonationtracker/__init__.py @@ -1,3 +1,3 @@ -__version__ = "6.0.1" +__version__ = "6.0.2" base_api_url: str = "https://www.extra-life.org/api"