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

Commit ef4331b

Browse files
authored
Merge pull request #82 from kabilar/main
Increment version to test CI/CD docker image build
2 parents e92cdfc + 541a416 commit ef4331b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.1.2] - 2022-09-19
7+
8+
+ Update - Increment version to test CI/CD
9+
610
## [0.1.1] - 2022-09-18
711

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

38-
[0.1.1]: https://github.com/datajoint/workflow-calcium-imaging/compare/0.1.0...0.1.1
39-
[0.1.0]: https://github.com/datajoint/workflow-calcium-imaging/compare/0.0.0a2...0.1.0
40-
[0.0.0a2]: https://github.com/datajoint/workflow-calcium-imaging/compare/0.0.0...0.0.0a2
42+
[0.1.2]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.2
43+
[0.1.1]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.1
44+
[0.1.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.0
45+
[0.0.0a2]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.0.0a2
4146
[0.0.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.0.0

workflow_calcium_imaging/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Update the Docker image tag in `docker-compose-test.yaml` and
44
`docker-compose-dev.yaml` to match
55
"""
6-
__version__ = "0.1.1"
6+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)