Skip to content

Commit 5905aa5

Browse files
committed
1 parent 2749113 commit 5905aa5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ script:
4141
after_success:
4242
- codecov
4343
- python setup.py sdist bdist_wheel
44+
# https://github.com/pyinstaller/pyinstaller/issues/4626
45+
- pip install pyinstaller==3.5
4446
- bash ./.travis/${TRAVIS_OS_NAME}_build_app.sh PyJibeApp $TRAVIS_TAG
4547
deploy:
4648
- provider: pypi

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.6.1
2+
- build: workaround for Pyinstaller issue 4626
13
0.6.0
24
- feat: initial support for ancillary parameters
35
- fix: always display parameter units

0 commit comments

Comments
 (0)