Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 5701d07

Browse files
authored
Merge pull request #24 from yanokwa/pyxform-update
Upgrade to pyxform 0.12.2
2 parents 13981f4 + ba19aaf commit 5701d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# macOS: Use the default Python. virtualenvs will not work.
22
pyinstaller==3.4.0
33
wxpython==4.0.3
4-
pyxform==0.12.0
4+
pyxform==0.12.2

src/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# TODO pull out all strings
1515
# TODO why is the first button selected
1616

17-
TITLE = 'ODK XLSForm Offline v1.8.0'
17+
TITLE = 'ODK XLSForm Offline v1.8.1'
1818

1919
APP_QUIT = 1
2020
APP_ABOUT = 2

0 commit comments

Comments
 (0)