From 8e28a1f0ec3720c906799b65d2483fda16863c33 Mon Sep 17 00:00:00 2001 From: Tycho Hob Date: Mon, 2 Mar 2026 14:34:18 -0500 Subject: [PATCH] build: Bump version --- CHANGELOG.rst | 5 +++++ code_annotations/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8563992..11fe60f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,11 @@ Change Log Unreleased ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[2.3.2] - 2026-03-02 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Dot release to capture many requirements updates. + [2.2.0] - 2025-01-15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/code_annotations/__init__.py b/code_annotations/__init__.py index 5b84fa0..314ffb7 100644 --- a/code_annotations/__init__.py +++ b/code_annotations/__init__.py @@ -2,4 +2,4 @@ Extensible tools for parsing annotations in codebases. """ -__version__ = "2.3.0" +__version__ = "2.3.2"