Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 14, 2020
1 parent 2749113 commit 5905aa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ script:
after_success:
- codecov
- python setup.py sdist bdist_wheel
# https://github.com/pyinstaller/pyinstaller/issues/4626
- pip install pyinstaller==3.5
- bash ./.travis/${TRAVIS_OS_NAME}_build_app.sh PyJibeApp $TRAVIS_TAG
deploy:
- provider: pypi
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.6.1
- build: workaround for Pyinstaller issue 4626
0.6.0
- feat: initial support for ancillary parameters
- fix: always display parameter units
Expand Down

0 comments on commit 5905aa5

Please sign in to comment.