From 3925d992b45dd9a724a217eaf731258bdc7e63f5 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Mon, 1 Feb 2021 17:55:19 +0000 Subject: [PATCH] Bump to v0.2.1 --- CHANGELOG.rst | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38e3463..6db2eeb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +0.2.1 +----- +- Clear clipboard after a timeout on password copying + 0.2.0 ----- New commands: diff --git a/pyproject.toml b/pyproject.toml index 9723ea8..0184fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpcli" -version = "0.2.0" +version = "0.2.1" description = "A simple command line tool to interact with KeePassX databases" authors = ["Becky Smith "] license = "GPL-3.0-or-later"