We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 693df2b + 0fd738f commit 381a165Copy full SHA for 381a165
eldonationtracker/__init__.py
@@ -1,6 +1,6 @@
1
import logging
2
3
-__version__ = "7.4.6"
+__version__ = "7.4.7"
4
5
base_api_url: str = "https://www.extra-life.org/api"
6
api_version_suffix: str = "?version=1.2"
setup.cfg
@@ -25,4 +25,4 @@ install_requires =
25
semver == 3.0.0.dev3
26
requests == 2.28.1
27
rich == 12.4.4
28
- donordrivepython == 1.4.5
+ donordrivepython == 1.4.4
0 commit comments