From 6d711ab86e00dbb4c5160c2c2b703c551b438856 Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Tue, 31 Dec 2024 13:20:38 +0000 Subject: [PATCH] Release v0.7.2 --- otsclient/__init__.py | 2 +- release-notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/otsclient/__init__.py b/otsclient/__init__.py index 71187cc..8a446c9 100644 --- a/otsclient/__init__.py +++ b/otsclient/__init__.py @@ -9,4 +9,4 @@ # modified, propagated, or distributed except according to the terms contained # in the LICENSE file. -__version__ = "0.7.1" +__version__ = "0.7.2" diff --git a/release-notes.md b/release-notes.md index 2583681..2b53fb4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,9 @@ # OpenTimestamps Client Release Notes +## v0.7.2 + +* Now works in git worktrees + ## v0.7.1 * Minor help message improvements