Skip to content

Commit

Permalink
Merge pull request #116 from dseichter/wx422
Browse files Browse the repository at this point in the history
#115 Upgrade wxPython 4.2.2
  • Loading branch information
Daniel Seichter authored Oct 14, 2024
2 parents 3bf1a4b + 4934a21 commit d901c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import json
import logging

VERSION = "v2024-07-17"
VERSION = "v2024-10-14"
UPDATEURL = 'https://api.github.com/repos/dseichter/AWSManager/releases/latest'
RELEASES = 'https://github.com/dseichter/AWSManager/releases'
NAME = 'AWSManager'
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wxPython==4.2.2; sys_platform != "linux"
https://github.com/dseichter/wxpython-whl/releases/download/4.2.1/wxPython-4.2.1-cp312-cp312-linux_x86_64.whl; sys_platform == "linux"
https://github.com/dseichter/wxpython-whl/releases/download/4.2.2/wxPython-4.2.2-cp312-cp312-linux_x86_64.whl; sys_platform == "linux"
urllib3==2.2.3
pyinstaller==6.10.0
boto3==1.35.39

0 comments on commit d901c77

Please sign in to comment.