From 23149e44da206270532fd71b15a6b10c2ac8d5c1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 18 Oct 2021 12:20:45 -0400 Subject: [PATCH] 0.2.3 Automatically generated by python-semantic-release --- pyproject.toml | 2 +- task_status/task_status.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8cd2e24..f299d6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "task-status" -version = "0.2.2" +version = "0.2.3" description = "Utility to get status data built from taskwarrior" authors = ["Alex Kelly "] diff --git a/task_status/task_status.py b/task_status/task_status.py index 2499f57..2fc7695 100755 --- a/task_status/task_status.py +++ b/task_status/task_status.py @@ -8,7 +8,7 @@ from datetime import date from dateutil.relativedelta import relativedelta, MO import click -__version__ = "0.2.2" +__version__ = "0.2.3" @click.command()