From 52ccf34165cddd1456528ddb4f439d223a54b1c6 Mon Sep 17 00:00:00 2001 From: ktf Date: Mon, 25 Mar 2024 20:35:57 -0700 Subject: [PATCH] Version `0.7.0`! --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e549d3b..4bc5594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.7.0 - 2024-03-25 ### Added diff --git a/pyproject.toml b/pyproject.toml index 3329730..be08951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "todo-indicator" -version = "0.6.0" +version = "0.7.0" description = "An Ubuntu app indicator for todo.txt-style todo lists" authors = [ {name="Keith Fancher"},