0.3.1
Automatically generated by python-semantic-release
This commit is contained in:
parent
cd1fc35f4c
commit
727b2857fb
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "task-status"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "Utility to get status data built from taskwarrior"
|
||||
authors = ["Alex Kelly <alex.kelly@franklin.edu>"]
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ from datetime import date
|
|||
from dateutil.relativedelta import relativedelta, MO
|
||||
import click
|
||||
|
||||
__version__ = "0.3.0"
|
||||
__version__ = "0.3.1"
|
||||
|
||||
def validate_tasks(tasks):
|
||||
""" Validate tasks have a proejct, inject "None" if they don't """
|
||||
|
|
Loading…
Reference in a new issue