From 9c1308cbd36bd14098da7c8a4f0eb1d412193074 Mon Sep 17 00:00:00 2001 From: rishigupta1599 Date: Fri, 10 Jul 2026 20:14:06 +0530 Subject: [PATCH] chore: release 2.2.1-beta.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps past the published v2.2.1-beta.1 (which shipped the config-merge regression, PR #250) — PyPI versions are immutable so the fix ships as a new beta. Co-Authored-By: Claude Opus 4.8 --- percy/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percy/version.py b/percy/version.py index 417ff34..3f1e137 100644 --- a/percy/version.py +++ b/percy/version.py @@ -1 +1 @@ -__version__ = "2.2.1-beta.1" +__version__ = "2.2.1-beta.2"