Skip to content

Commit

Permalink
Merge pull request #136 from djotaku/devel
Browse files Browse the repository at this point in the history
Small change to try and get a new Windows build
  • Loading branch information
djotaku authored Oct 30, 2020
2 parents 1029c58 + a4d7f0e commit 5dec882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion eldonationtracker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "5.2.2"
__version__ = "5.2.3"

base_api_url: str = "https://www.extra-life.org/api"
1 change: 0 additions & 1 deletion eldonationtracker/call_about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
""" Contains programming logic for the about window in the GUI."""

from PyQt5.QtWidgets import QDialog
import sys

from eldonationtracker.about import *

Expand Down

0 comments on commit 5dec882

Please sign in to comment.