We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2749113 commit 5905aa5Copy full SHA for 5905aa5
.travis.yml
@@ -41,6 +41,8 @@ script:
41
after_success:
42
- codecov
43
- python setup.py sdist bdist_wheel
44
+# https://github.com/pyinstaller/pyinstaller/issues/4626
45
+- pip install pyinstaller==3.5
46
- bash ./.travis/${TRAVIS_OS_NAME}_build_app.sh PyJibeApp $TRAVIS_TAG
47
deploy:
48
- provider: pypi
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.6.1
2
+ - build: workaround for Pyinstaller issue 4626
3
0.6.0
4
- feat: initial support for ancillary parameters
5
- fix: always display parameter units
0 commit comments