0.3.0
Automatically generated by python-semantic-release
This commit is contained in:
		
					parent
					
						
							
								bc47134b35
							
						
					
				
			
			
				commit
				
					
						01704befbb
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
[tool.poetry]
 | 
					[tool.poetry]
 | 
				
			||||||
name = "task-status"
 | 
					name = "task-status"
 | 
				
			||||||
version = "0.2.4"
 | 
					version = "0.3.0"
 | 
				
			||||||
description = "Utility to get status data built from taskwarrior"
 | 
					description = "Utility to get status data built from taskwarrior"
 | 
				
			||||||
authors = ["Alex Kelly <alex.kelly@franklin.edu>"]
 | 
					authors = ["Alex Kelly <alex.kelly@franklin.edu>"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ from datetime import date
 | 
				
			||||||
from dateutil.relativedelta import relativedelta, MO
 | 
					from dateutil.relativedelta import relativedelta, MO
 | 
				
			||||||
import click
 | 
					import click
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = "0.2.4"
 | 
					__version__ = "0.3.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@click.command()
 | 
					@click.command()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue