Skip to content

Commit

Permalink
Merge pull request #17 from kenho811/release/0.1.16
Browse files Browse the repository at this point in the history
[Automated] Merge release/0.1.16 into master
  • Loading branch information
kenho811 authored Jun 12, 2022
2 parents dff90f8 + 399c5a8 commit d714bdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test_build_push_for_release_branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
pip install -e ".[dev]"
- name: Generate Binary
run: pyinstaller --distpath ./dist --log-level=DEBUG dvc.spec
- name: Smoke Test
run: |
echo "Now running simple smoke test to test generated binary"
dvc version
- name: Generate release tag
id: tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/dvc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.15'
__version__ = '0.1.16'

0 comments on commit d714bdf

Please sign in to comment.