From 5a86ce602df88efbab40cd23312be6ccda0d0589 Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Mon, 24 Jun 2019 07:12:15 -0700 Subject: [PATCH] Upgrade to pyxform 0.14.0 --- requirements.txt | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 53c5cab..df698fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # macOS: Use the default Python. virtualenvs will not work. pyinstaller==3.4.0 wxpython==4.0.3 -pyxform==0.13.1 +pyxform==0.14.0 diff --git a/src/main.py b/src/main.py index 7f09058..78945c8 100755 --- a/src/main.py +++ b/src/main.py @@ -14,7 +14,7 @@ # TODO pull out all strings # TODO why is the first button selected -TITLE = 'ODK XLSForm Offline v1.9.0' +TITLE = 'ODK XLSForm Offline v1.10.0' APP_QUIT = 1 APP_ABOUT = 2