From 62eda4ae29822c9d3f5ec13d1c8ecf2949388c5c Mon Sep 17 00:00:00 2001 From: LPeurey Date: Wed, 26 Jun 2024 14:26:17 +0200 Subject: [PATCH] version 0.2.2 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da3800f..73177736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.2.2] 2024-06-26 + ### Added - added the automated-import command to more easily import automated annotations covering the entire recording diff --git a/pyproject.toml b/pyproject.toml index 2be41455..1a0fe50e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ChildProject" -version = '0.2.1' +version = '0.2.2' dependencies = [ "colorlog", "GitPython",