From 541a41657a34cd2cca3e25463cf95ef7691aca21 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Mon, 19 Sep 2022 17:56:06 -0500 Subject: [PATCH] Increment version --- CHANGELOG.md | 11 ++++++++--- workflow_calcium_imaging/version.py | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 101977f..b9452f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/workflow_calcium_imaging/version.py b/workflow_calcium_imaging/version.py index 87a3e65..ebe1990 100644 --- a/workflow_calcium_imaging/version.py +++ b/workflow_calcium_imaging/version.py @@ -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"