Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #82 from kabilar/main
Browse files Browse the repository at this point in the history
Increment version to test CI/CD docker image build
  • Loading branch information
CBroz1 committed Sep 19, 2022
2 parents e92cdfc + 541a416 commit ef4331b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.1.2] - 2022-09-19

+ Update - Increment version to test CI/CD

## [0.1.1] - 2022-09-18

+ Add - Code of conduct
Expand Down Expand Up @@ -35,7 +39,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
+ Add - Containerization for pytests
+ Comment - Phase previously designated 0.1.0 -> 0.0.0

[0.1.1]: https://github.com/datajoint/workflow-calcium-imaging/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/datajoint/workflow-calcium-imaging/compare/0.0.0a2...0.1.0
[0.0.0a2]: https://github.com/datajoint/workflow-calcium-imaging/compare/0.0.0...0.0.0a2
[0.1.2]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.2
[0.1.1]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.1
[0.1.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.0
[0.0.0a2]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.0.0a2
[0.0.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.0.0
2 changes: 1 addition & 1 deletion workflow_calcium_imaging/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Update the Docker image tag in `docker-compose-test.yaml` and
`docker-compose-dev.yaml` to match
"""
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit ef4331b

Please sign in to comment.