Skip to content

Commit c49277d

Browse files
Merge pull request #182 from CellProfiling/rc
0.7.1
2 parents 4f394fc + e3ebf75 commit c49277d

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
- name: Set up Python
12+
uses: actions/setup-python@v1
13+
with:
14+
python-version: "3.6"
1115
- name: Install dependencies
1216
run: |
1317
python -m pip install --upgrade pip
@@ -29,15 +33,15 @@ jobs:
2933
- uses: actions/checkout@v2
3034
- name: Tag and prepare release
3135
id: tag_and_prepare_release
32-
uses: K-Phoen/[email protected]
36+
uses: K-Phoen/[email protected].1
3337
with:
3438
release_branch: master
3539
tag_format: "%major%.%minor%.%patch%"
3640
env:
3741
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3842
- name: Upload release notes
3943
if: steps.tag_and_prepare_release.outputs.tag
40-
uses: Roang-zero1/[email protected]
44+
uses: Roang-zero1/[email protected].0
4145
with:
4246
created_tag: ${{ steps.tag_and_prepare_release.outputs.tag }}
4347
env:

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Change Log
22

3+
## [0.7.1](https://github.com/CellProfiling/cam_acq/tree/0.7.1) (2020-03-10)
4+
[Full Changelog](https://github.com/CellProfiling/cam_acq/compare/0.7.0...0.7.1)
5+
6+
**Merged pull requests:**
7+
8+
- Fix release workflow jobs [\#181](https://github.com/CellProfiling/cam_acq/pull/181) ([MartinHjelmare](https://github.com/MartinHjelmare))
9+
- Bump version to 0.7.1.dev0 [\#180](https://github.com/CellProfiling/cam_acq/pull/180) ([MartinHjelmare](https://github.com/MartinHjelmare))
10+
311
## [0.7.0](https://github.com/CellProfiling/cam_acq/tree/0.7.0) (2020-03-10)
412
[Full Changelog](https://github.com/CellProfiling/cam_acq/compare/0.6.0...0.7.0)
513

614
**Merged pull requests:**
715

16+
- 0.7.0 [\#179](https://github.com/CellProfiling/cam_acq/pull/179) ([MartinHjelmare](https://github.com/MartinHjelmare))
817
- Fix release deps [\#178](https://github.com/CellProfiling/cam_acq/pull/178) ([MartinHjelmare](https://github.com/MartinHjelmare))
918
- Add github actions CI [\#177](https://github.com/CellProfiling/cam_acq/pull/177) ([MartinHjelmare](https://github.com/MartinHjelmare))
1019
- Scheduled monthly dependency update for March [\#176](https://github.com/CellProfiling/cam_acq/pull/176) ([pyup-bot](https://github.com/pyup-bot))

camacq/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

0 commit comments

Comments
 (0)