From c7f1361851ad551dbbe669f029fe5b31b64aa201 Mon Sep 17 00:00:00 2001 From: Berend Klein Haneveld Date: Fri, 29 May 2026 16:54:39 +0200 Subject: [PATCH] Bump version to 0.3.11 This release contains the following change: * Simplify deepcopy (#42) Bumps observ dependency which fixes a problem with stale proxies being used --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d86f766..2e1d0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "patchdiff" -version = "0.3.10" +version = "0.3.11" description = "MIT" authors = [ { name = "Korijn van Golen", email = "korijn@gmail.com" },