Skip to content

Commit

Permalink
Merge pull request #194 from djotaku/updating_donor_drive_again
Browse files Browse the repository at this point in the history
without tzlocal maybe no more issues
  • Loading branch information
djotaku authored Aug 6, 2022
2 parents f61e0bd + 1eb41d9 commit 9bd16a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eldonationtracker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "7.4.4"
__version__ = "7.4.5"

base_api_url: str = "https://www.extra-life.org/api"
api_version_suffix: str = "?version=1.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage==6.4.1
dill==0.3.5.1
distlib==0.3.4
docutils==0.18.1
donordrivepython==1.4.2
donordrivepython==1.4.4
filelock==3.7.1
identify==2.5.1
idna==3.3
Expand Down

0 comments on commit 9bd16a9

Please sign in to comment.