Skip to content

Commit

Permalink
Merge pull request #111 from Quansight/release-0-1-19
Browse files Browse the repository at this point in the history
Bump version to 0.1.19
  • Loading branch information
costrouc authored Oct 7, 2020
2 parents 7e73972 + 7340ab6 commit e7b8bec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ python <diagram_file>.py
QHub is BSD3 licensed


# Release

Creating a release:

1. Increment the version number in `qhub/VERSION`
2. Ensure that the version number in `qhub/VERSION` is used in pinning qhub in the github actions `qhub/template/{{ cookiecutter.repo_directory }}/.github/workflows/qhub-config.yaml`
2 changes: 1 addition & 1 deletion qhub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.17
0.1.19
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: 3.8
- name: Install qhub
run: |
pip install qhub==0.1.18
pip install qhub==0.1.19
- name: Render Changes to Template
run: |
qhub render -c qhub-config.yaml -o ./ -f
Expand Down

0 comments on commit e7b8bec

Please sign in to comment.